mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 05:38:31 +09:00
[Test] (MG_Util, MG_State): TEMP spirv-null plumbing probe for the allocator-pathology discriminator
This commit is contained in:
@@ -31,6 +31,7 @@ namespace MobileGL::MG_Util::Debug {
|
||||
kTempStageProbeParseReparse,
|
||||
kTempStageProbeGlslangLink,
|
||||
kTempStageProbeSpirvGen,
|
||||
kTempStageProbeSpirvNull,
|
||||
kTempStageProbeSpirvOpt,
|
||||
kTempStageProbeReflection,
|
||||
kTempStageProbeSpvcRouting,
|
||||
@@ -45,6 +46,7 @@ namespace MobileGL::MG_Util::Debug {
|
||||
"parse-reparse[subset-of-parse]",
|
||||
"glslang-link",
|
||||
"spirv-gen",
|
||||
"spirv-null[plumbing-only]",
|
||||
"spirv-opt",
|
||||
"reflection",
|
||||
"spvc-routing",
|
||||
|
||||
Reference in New Issue
Block a user