Update renderer.cpp (#643)

This commit is contained in:
Christian Semmler 2025-07-23 15:24:21 -07:00 committed by GitHub
parent f677fe5091
commit b69687d2f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ Direct3DRMRenderer* OpenGLES3Renderer::Create(DWORD width, DWORD height, DWORD m
glFrontFace(GL_CW);
const char* vertexShaderSource = R"(#version 300 es
precision mediump float;
precision highp float;
in vec3 a_position;
in vec3 a_normal;