mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 14:18:31 +09:00
[Fix] (TestDrawing.cpp): Fix the shader error.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace MG_RHI::GLES::Test {
|
||||
out vec2 vUV;
|
||||
uniform mat4 uMVP;
|
||||
void main() {
|
||||
::GLES::gl_Position = uMVP * vec4(aPos, 0.0, 1.0);
|
||||
gl_Position = uMVP * vec4(aPos, 0.0, 1.0);
|
||||
vUV = aTexUV;
|
||||
})";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user