mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-08-03 07:36:20 -04:00
Update renderer.cpp (#643)
This commit is contained in:
parent
f677fe5091
commit
b69687d2f1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user