Shader:setConstant

From GiderosMobile
Revision as of 15:32, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source>" to "</syntaxhighlight>")


Available since: Gideros 2015.06.30
Class: Shader

Description

To change the value of a uniform from lua

 Shader:setConstant(uniformName,dataType,mult,data)

Parameters

uniformName: (string) The uniform name to change
dataType: (int) The type if data to set (one of the Shader.Cxxx constants)
mult: (number) number of elements of the given type to set
data: (varies) And the actual data to set, either as a table or as multiple arguments