mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-01 10:13:38 +00:00
Merge pull request #10874 from JosJuice/cmpr-layout
VideoCommon: Fix CMPR compute shader layout
This commit is contained in:
commit
b0b5faa793
@ -814,7 +814,7 @@ static const std::map<TextureFormat, DecodingShaderInfo> s_decoding_shader_info{
|
|||||||
|
|
||||||
GROUP_SHARED uint2 shared_temp[BLOCKS_PER_GROUP];
|
GROUP_SHARED uint2 shared_temp[BLOCKS_PER_GROUP];
|
||||||
|
|
||||||
DEFINE_MAIN(GROUP_SIZE, 8)
|
DEFINE_MAIN(GROUP_SIZE, 1)
|
||||||
{
|
{
|
||||||
uint local_thread_id = gl_LocalInvocationID.x;
|
uint local_thread_id = gl_LocalInvocationID.x;
|
||||||
uint block_in_group = local_thread_id / BLOCK_SIZE;
|
uint block_in_group = local_thread_id / BLOCK_SIZE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user