feat(shader): Enhance shader compilation with in-process support for multiple targets and integrate PipelineCompilerService

This commit is contained in:
2026-01-07 19:45:48 +00:00
parent dc90facd09
commit ce5db15e6b
8 changed files with 340 additions and 85 deletions

View File

@@ -40,6 +40,7 @@ class SDL3CppConan(ConanFile):
"bgfx/1.129.8930-495",
"entt/3.16.0",
"materialx/1.39.1",
"spirv-cross/1.4.321.0"
)
def configure(self):