mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 05:39:59 +00:00
gl_rasterizer: Apply textures and images state
This commit is contained in:
parent
80ec2feee8
commit
322d0200c8
1 changed files with 2 additions and 0 deletions
|
@ -825,6 +825,8 @@ void RasterizerOpenGL::DispatchCompute(GPUVAddr code_addr) {
|
|||
bind_ubo_pushbuffer.Bind();
|
||||
bind_ssbo_pushbuffer.Bind();
|
||||
|
||||
state.ApplyTextures();
|
||||
state.ApplyImages();
|
||||
state.ApplyShaderProgram();
|
||||
state.ApplyProgramPipeline();
|
||||
|
||||
|
|
Loading…
Reference in a new issue