Creates a transform feedback varying. This should only be called by the Program
constructor.
The shader program that this transform feedback varying belongs to.
The index of this transform feedback varying.
Readonly
activeThe active information of this attribute.
Protected
Optional
Readonly
arrayDoes nothing; transform feedback varyings cannot be set.
Readonly
glThe rendering context of this variable.
Readonly
programThe shader program that this variable belongs to.
Protected
Optional
Readonly
setterDoes nothing; transform feedback varyings cannot be set.
The name of this variable.
The size of this variable in memory in bytes.
The type of this variable.
Generated using TypeDoc
An input variable in a WebGL fragment shader used for transform feedback.