gl: C++ things

This commit is contained in:
kd-11
2026-04-12 23:54:00 +03:00
committed by kd-11
parent 3d6773dd25
commit 99e6b19025
+1 -1
View File
@@ -509,7 +509,7 @@ namespace gl
auto storage_hook = [=](std::unique_ptr<glsl::program>& prog)
{
data->prog.reset(prog.release());
data->prog = std::move(prog);
post_init_hook(data, compiler_options);
if (callback)