gl: Fix transform job assert

This commit is contained in:
kd-11 2022-09-27 03:05:52 +03:00 committed by kd-11
parent 3df133652a
commit 19dd2a693b

View file

@ -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)