Difference between revisions of "Shader.getProperties"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Returns a table containing various characteristics of the graphics engine</translate>
 
<translate>Returns a table containing various characteristics of the graphics engine</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(table) = Shader:getProperties()
 
(table) = Shader:getProperties()
</source>
+
</syntaxhighlight>
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===
 
'''<translate>Returns</translate>''' (table) <translate>graphics engine properties</translate><br/>
 
'''<translate>Returns</translate>''' (table) <translate>graphics engine properties</translate><br/>
  
 
{{Shader}}
 
{{Shader}}

Latest revision as of 15:32, 13 July 2023


Available since: Gideros 2018.1
Class: Shader

Description

Returns a table containing various characteristics of the graphics engine

(table) = Shader:getProperties()

Return values

Returns (table) graphics engine properties