Skip to content

tests: add EXT_shader_image_load_store tests

The ARB_shader_image_load_store test suite is quite complete so these tests are limited to the main differences of behavior between the 2 spec:

  • "size" layout qualifiers (instead of "format")
  • BindImageTextureEXT specific errors
  • atomicIncWrap / atomicDecWrap glsl functions

Merge request reports