mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
gl: C++ things
This commit is contained in:
parent
3d6773dd25
commit
99e6b19025
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue