ShaderParams

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

Marks a class providing shader parameters data.

Constructors

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

Properties

Link copied to clipboard
val attributes: Array<Attribute>

Vertex attributes arrays provided to the shader from the mesh.