Skip to content

arb_shader_image_load_store: Trim the array layers to specific value

With emulated MSAA support, we might run into a situation where the number of array elements might exceed after treating multisampled images as single sample. Let's trim the array layers to max supported value to 2048.

Merge request reports