we add a `position` field to PostProcessVertexInputs which the user code can modify if needed.
5 lines
63 B
GLSL
5 lines
63 B
GLSL
/** @public-api */
|
|
vec4 getPosition() {
|
|
return position;
|
|
}
|