mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
gl: Fix transform job assert
This commit is contained in:
parent
3df133652a
commit
19dd2a693b
1 changed files with 1 additions and 0 deletions
|
@ -715,6 +715,7 @@ namespace gl
|
|||
mem_layout.swap_bytes = op.require_swap;
|
||||
mem_layout.format = gl_format;
|
||||
mem_layout.type = gl_type;
|
||||
mem_layout.size = block_size_in_bytes;
|
||||
|
||||
// 2. Upload memory to GPU
|
||||
if (!op.require_deswizzle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue