ShaderInstanceAttribute constructor
const
ShaderInstanceAttribute(
- String name,
- ShaderInstanceAttributeType type
Creates a raw shader instance attribute declaration.
Implementation
const ShaderInstanceAttribute(this.name, this.type);