3D GO BRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR

This commit is contained in:
Kbz-8
2024-01-24 21:56:28 +01:00
parent c6455b6935
commit c429586dc7
2 changed files with 88 additions and 3 deletions

View File

@ -19,7 +19,7 @@ const fragment_shader_source = `
void main()
{
gl_FragColor = vColor;
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
}
`;