Sampler2D
Marks a uniform sampler2D variable property in ShaderParams-annotated class.
Supports properties of types:
textures:
Texture
,types with
iterator(): Iterator<Texture>
method (e.g.Array<Texture>
,Iterable<Texture>
, etc.).
Since
v1.2.0
Marks a uniform sampler2D variable property in ShaderParams-annotated class.
Supports properties of types:
textures: Texture
,
types with iterator(): Iterator<Texture>
method (e.g. Array<Texture>
, Iterable<Texture>
, etc.).
v1.2.0