Enumeration TransformFeedbackBufferMode

Modes for capturing transform feedback varyings.

Enumeration Members

INTERLEAVED_ATTRIBS: 35980

All of the varyings will be written to the same buffer, interleaved in the specified order.

SEPARATE_ATTRIBS: 35981

Each varying will be written to a different buffer.

Generated using TypeDoc