mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
gl: Fix copypasta
This commit is contained in:
parent
7890e87234
commit
bb05de2e80
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ namespace gl
|
|||
void bind_resources() override
|
||||
{
|
||||
src_buffer->bind_range(gl::buffer::target::ssbo, GL_COMPUTE_BUFFER_SLOT(0), in_offset, block_length);
|
||||
dst_buffer->bind_range(gl::buffer::target::ssbo, GL_COMPUTE_BUFFER_SLOT(1), in_offset, block_length);
|
||||
dst_buffer->bind_range(gl::buffer::target::ssbo, GL_COMPUTE_BUFFER_SLOT(1), out_offset, block_length);
|
||||
param_buffer.bind_range(gl::buffer::target::uniform, GL_COMPUTE_BUFFER_SLOT(2), 0, sizeof(params));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue