[−][src]Trait web_glitz::pipeline::graphics::TransformFeedbackAttribute
Trait implemented by types that can be used as fields in structs that derive TransformFeedback.
Unsafe
May only be implemented for a type if it is bitwise compatible with an array of GLSL type [TYPE] with a length of [SIZE].
Associated Constants
const TYPE: TransformFeedbackAttributeType
The transform feedback attribute type associated with this type.
const SIZE: usize
The array size (length) associated with this type.
Should always be 1 for non-array types.