mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-13 04:00:24 +01:00
gl: Fix transform job assert
This commit is contained in:
parent
3df133652a
commit
19dd2a693b
|
|
@ -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…
Reference in a new issue