mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 13:20:57 -06:00
Don't redefine kShaderHeader
This commit is contained in:

committed by
Rayyan Ansari

parent
0ff4590404
commit
e4927b94d2
@ -21,8 +21,6 @@
|
||||
|
||||
#include "OpenGLSupport.h"
|
||||
|
||||
#define kShaderHeader "#version 300 es\nprecision mediump float;\nprecision lowp usampler2D;"
|
||||
|
||||
const char* kCompositorVS = kShaderHeader R"(
|
||||
|
||||
in vec2 vPosition;
|
||||
|
Reference in New Issue
Block a user