mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2026-04-21 07:52:17 +00:00
Merge pull request #6727 from lioncash/topology
emit_glasm: Fix LINESS_ADJACENCY typo in InputPrimitive()
This commit is contained in:
commit
3d97f1e6cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue