When I pass half float vertex attribute directly (unmodified) to a varying, I get incorrect values in the fragment shader. This works: vTexCoord = vec2(1.00001 * TextureCoordinate0.x, 1.0001 * TextureCoordinate0.y); This does not work:
↧