maxime-modulopi

Results 15 comments of maxime-modulopi

NVM, I forgot the extension is Vulkan-only.

The "Specialization Constants" section actually has the same text in both extensions (with the exception that `ARB_gl_spirv` does not have [this fixup](https://github.com/KhronosGroup/GLSL/commit/73aedc940622fa47842d28abd237c28e59733ed6)). Given that the main implementation of `GL_KHR_vulkan_glsl` (glslang)...

@spencer-lunarg Release 16.1.0 fixed the bug for `OpLoad` but it appears that it also occurs for `OpStore`. I have a shader that copy a BDA pointer from one buffer to...

This code reproduces the issue: ```glsl #version 460 core #extension GL_EXT_buffer_reference: require #extension GL_EXT_scalar_block_layout: require layout (buffer_reference, buffer_reference_align = 4, scalar) readonly buffer DataBuffer { vec4 data; }; layout (buffer_reference,...