Difference between revisions of "Shader.getProperties"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.1<br/> === Description === Returns a table containing various characteristics of the graphics engine <source lang="lua"> (table),...")
 
Line 4: Line 4:
 
Returns a table containing various characteristics of the graphics engine
 
Returns a table containing various characteristics of the graphics engine
 
<source lang="lua">
 
<source lang="lua">
(table), = Shader:getProperties()
+
(table) = Shader:getProperties()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (table) graphics engine properties<br/>
 
'''Returns''' (table) graphics engine properties<br/>

Revision as of 10:44, 23 August 2018

Available since: Gideros 2018.1

Description

Returns a table containing various characteristics of the graphics engine

(table) = Shader:getProperties()

Return values

Returns (table) graphics engine properties