fix: update stuff
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ public:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
explicit SpirvShaderCompiler(Options opt = {})
|
explicit SpirvShaderCompiler(Options opt)
|
||||||
: m_opt(std::move(opt))
|
: m_opt(std::move(opt))
|
||||||
{
|
{
|
||||||
ensureInitialized();
|
ensureInitialized();
|
||||||
|
|||||||
Reference in New Issue
Block a user