mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 09:27:33 +01:00
gl_shader_decompiler: Don't redeclare gl_VertexID and gl_InstanceID
This commit is contained in:
parent
5afc397d52
commit
f5658a9fda
@ -639,14 +639,6 @@ private:
|
||||
code.AddLine("float gl_PointSize;");
|
||||
}
|
||||
|
||||
if (ir.UsesInstanceId()) {
|
||||
code.AddLine("int gl_InstanceID;");
|
||||
}
|
||||
|
||||
if (ir.UsesVertexId()) {
|
||||
code.AddLine("int gl_VertexID;");
|
||||
}
|
||||
|
||||
if (ir.UsesLegacyVaryings()) {
|
||||
code.AddLine("vec4 gl_TexCoord[8];");
|
||||
code.AddLine("vec4 gl_FrontColor;");
|
||||
|
Loading…
Reference in New Issue
Block a user