mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GeometryShaderGen: Remove redundant declaration.
This commit is contained in:
@ -120,8 +120,6 @@ static inline void GenerateGeometryShader(T& out, u32 primitive_type, API_TYPE A
|
||||
out.Write("\tGS_OUTPUT gs;\n");
|
||||
}
|
||||
|
||||
out.Write("\tVS_OUTPUT f;\n");
|
||||
|
||||
if (primitive_type == PRIMITIVE_LINES)
|
||||
{
|
||||
// GameCube/Wii's line drawing algorithm is a little quirky. It does not
|
||||
|
Reference in New Issue
Block a user