mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-12-06 09:43:23 +01:00
Merge pull request #6727 from lioncash/topology
emit_glasm: Fix LINESS_ADJACENCY typo in InputPrimitive()
This commit is contained in:
commit
3d97f1e6cf
@ -350,7 +350,7 @@ std::string_view InputPrimitive(InputTopology topology) {
|
|||||||
case InputTopology::Lines:
|
case InputTopology::Lines:
|
||||||
return "LINES";
|
return "LINES";
|
||||||
case InputTopology::LinesAdjacency:
|
case InputTopology::LinesAdjacency:
|
||||||
return "LINESS_ADJACENCY";
|
return "LINES_ADJACENCY";
|
||||||
case InputTopology::Triangles:
|
case InputTopology::Triangles:
|
||||||
return "TRIANGLES";
|
return "TRIANGLES";
|
||||||
case InputTopology::TrianglesAdjacency:
|
case InputTopology::TrianglesAdjacency:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user