ShaderInstanceAttribute constructor

const ShaderInstanceAttribute(
  1. String name,
  2. ShaderInstanceAttributeType type
)

Creates a raw shader instance attribute declaration.

Implementation

const ShaderInstanceAttribute(this.name, this.type);