Compare commits

...
1 Commits
Author SHA1 Message Date
brammie15 38230f5092 fix: update stuff 2026-08-31 23:04:45 +02:00
+1 -1
View File
@@ -33,7 +33,7 @@ public:
};
explicit SpirvShaderCompiler(Options opt = {})
explicit SpirvShaderCompiler(Options opt)
: m_opt(std::move(opt))
{
ensureInitialized();