ShaderParams

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ShaderParams(attributes: Array<Attribute>)

Marks a class providing shader parameters data.

Constructors

ShaderParams
Link copied to clipboard
common
fun ShaderParams(attributes: Array<Attribute>)

Properties

attributes
Link copied to clipboard
common
val attributes: Array<Attribute>
Vertex attributes arrays provided to the shader from the mesh.