Update renderer.cpp

This commit is contained in:
Christian Semmler 2025-07-24 00:09:43 +02:00 committed by GitHub
parent f677fe5091
commit 10b0391c0e
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;