mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
review comments applied
This commit is contained in:
parent
379e3b7607
commit
ed37fb32a7
7 changed files with 86 additions and 57 deletions
|
@ -13,10 +13,12 @@ std::string_view StageName(Stage stage) {
|
|||
switch (stage) {
|
||||
case Stage::Vertex:
|
||||
return "vs";
|
||||
case Stage::TessellationControl:
|
||||
return "tcs";
|
||||
case Stage::TessellationEval:
|
||||
return "tes";
|
||||
case Stage::Local:
|
||||
return "ls";
|
||||
case Stage::Export:
|
||||
return "es";
|
||||
case Stage::Hull:
|
||||
return "hs";
|
||||
case Stage::Geometry:
|
||||
return "gs";
|
||||
case Stage::Fragment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue