mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
Merge pull request #287 from polybiusproxy/dev
gnmdriver: Implement shader functions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user