Split GLSL compiler from shader module creation
This commit is contained in:
parent
65ade3e017
commit
7ba1f35142
3 changed files with 65 additions and 46 deletions
|
|
@ -11,7 +11,7 @@ VulkanInstance::VulkanInstance(std::vector<uint32_t> apiVersionsToTry, std::set<
|
|||
{
|
||||
try
|
||||
{
|
||||
ShaderBuilder::Init();
|
||||
GLSLCompiler::Init();
|
||||
InitVolk();
|
||||
CreateInstance();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue