Difference between revisions of "Shader.getProperties"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")  | 
				|||
| (6 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/>  | 
| + | '''<translate>Class</translate>:''' [[Special:MyLanguage/Shader|Shader]]<br/>  | ||
| + | === <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>  | ||
| − | <  | + | <syntaxhighlight lang="lua">  | 
(table) = Shader:getProperties()  | (table) = Shader:getProperties()  | ||
| − | </  | + | </syntaxhighlight>  | 
| − | === Return values ===  | + | === <translate>Return values</translate> ===  | 
| − | '''Returns''' (table) <translate>graphics engine properties</translate><br/>  | + | '''<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