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),...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2018.1<br/> | + | <languages /> |
− | === Description === | + | '''<translate>Available since</translate>:''' Gideros 2018.1<br/> |
− | Returns a table containing various characteristics of the graphics engine | + | '''<translate>Class</translate>:''' [[Special:MyLanguage/Shader|Shader]]<br/> |
− | < | + | === <translate>Description</translate> === |
− | (table) | + | <translate>Returns a table containing various characteristics of the graphics engine</translate> |
− | </ | + | <syntaxhighlight lang="lua"> |
− | '''Returns''' (table) graphics engine properties<br/> | + | (table) = Shader:getProperties() |
+ | </syntaxhighlight> | ||
+ | === <translate>Return values</translate> === | ||
+ | '''<translate>Returns</translate>''' (table) <translate>graphics engine properties</translate><br/> | ||
+ | |||
+ | {{Shader}} |
Latest revision as of 14: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