mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-11 01:24:54 +02:00
gl: C++ things
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user