Move SPIR-V utility/parsing/editing code into rdcspv namespace

* Everything except the reflection code which will be replaced
This commit is contained in:
baldurk
2019-08-16 17:38:35 +01:00
parent f32298a4d8
commit 936876234c
19 changed files with 636 additions and 638 deletions
+2 -2
View File
@@ -699,8 +699,8 @@ WrappedOpenGL::WrappedOpenGL(GLPlatform &platform)
ResourceIDGen::SetReplayResourceIDs();
}
InitSPIRVCompiler();
RenderDoc::Inst().RegisterShutdownFunction(&ShutdownSPIRVCompiler);
rdcspv::Init();
RenderDoc::Inst().RegisterShutdownFunction(&rdcspv::Shutdown);
m_CurrentDefaultFBO = 0;