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