3D GO BRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR

This commit is contained in:
Kbz-8
2024-01-24 21:56:28 +01:00
committed by AdrienLSH
parent f48b5c12a7
commit 441c74912d
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);
}
`;