mirror of
https://git.tardis.systems/mirrors/yuzu.git
synced 2025-01-03 03:54:45 +00:00
gl_shader_decompiler: Remove UNIMPLEMENTED for gl_PointSize
This was implemented by a previous commit and it's no longer required.
This commit is contained in:
parent
acfb0b4852
commit
8178fe8960
@ -1019,7 +1019,6 @@ private:
|
||||
}
|
||||
return {{"gl_ViewportIndex", Type::Int}};
|
||||
case 3:
|
||||
UNIMPLEMENTED_MSG("Requires some state changes for gl_PointSize to work in shader");
|
||||
return {{"gl_PointSize", Type::Float}};
|
||||
}
|
||||
return {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user