forenoonwatch

Results 4 comments of forenoonwatch

How does this extension propose to handle nested type definitions? ```glsl #define Image2DR32UI spirv_type(id = 25, 321, 1, 0, 0, 0, 2, 33) layout (set = 0, binding = 0)...

> @forenoonwatch at the moment it doesn't propose anything - there's no current way to do a typedef in glslang so adding functionality to do this would be quite messy....

Is there any documentation on the thread safety of various parts of the C API, and how they interact in a concurrent context?

Update: I believe this bug only happens if the above conditions exist _and_ the VkImage resource is given as a color attachment on a render pass, but never referenced in...