mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
GeometryShaderGen: Remove redundant declaration.
This commit is contained in:
parent
16af00d515
commit
d115048615
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue