blob: f5608bf9e27bd08718f570402d354dff516a9678 [file] [log] [blame]
// This is a fragment that is conditionally included in main.vert, when
// no vertex position modifiers (e.g. WOBBLE_VERTEX_POSITION) are enabled.
vec4 ComputeVertexPosition() {
return vec4(inPosition, 1);
}