We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bab54 commit 27ea78eCopy full SHA for 27ea78e
src/rlgl.h
@@ -5045,6 +5045,7 @@ static void rlLoadShaderDefault(void)
5045
" fragTexCoord = vertexTexCoord; \n"
5046
" fragColor = vertexColor; \n"
5047
" gl_Position = mvp*vec4(vertexPosition, 1.0); \n"
5048
+ " gl_PointSize = 1.0; \n" // Some systems set PointSize as 0.0 by default
5049
"} \n";
5050
5051
// Fragment shader directly defined, no external file required
0 commit comments