Difference between revisions of "Shader.getProperties"

From GiderosMobile
m (Hgy29 a déplacé la page Shader:getProperties vers Shader.getProperties sans laisser de redirection)
m (Text replacement - "<source" to "<syntaxhighlight")
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>
 
</source>

Revision as of 15:30, 13 July 2023


Available since: Gideros 2018.1
Class: Shader

Description

Returns a table containing various characteristics of the graphics engine <syntaxhighlight lang="lua"> (table) = Shader:getProperties() </source>

Return values

Returns (table) graphics engine properties