fix: update stuff

This commit is contained in:
2026-08-31 23:04:45 +02:00
parent 14f7dd9423
commit 38230f5092
+1 -1
View File
@@ -33,7 +33,7 @@ public:
};
explicit SpirvShaderCompiler(Options opt = {})
explicit SpirvShaderCompiler(Options opt)
: m_opt(std::move(opt))
{
ensureInitialized();