Spencer Fricke

Results 6 issues of Spencer Fricke

While adding [spirv-val support](https://github.com/KhronosGroup/SPIRV-Tools/pull/4748) for `VUID-StandaloneSpirv-Image-04965` CI fails because [hlsl.format.rwtexture.frag](https://github.com/KhronosGroup/glslang/blob/master/Test/hlsl.format.rwtexture.frag) produces [output](https://github.com/KhronosGroup/glslang/blob/master/Test/baseResults/hlsl.format.rwtexture.frag.out) such as ``` // hlsl [[spv::format_rg32f]] RWTexture1D g_tTex1di4; // spirv generated %14 = OpTypeImage %int 1D 0 0...

With a shader ```glsl #version 450 layout(local_size_x_id = 18, local_size_z_id = 19) in; layout(local_size_x = 32) in; void main() {} ``` running ``` glslangValidator -V shader.comp --target-env vulkan1.3 ``` I...

enhancement
SPIR-V
GLSL/ESSL

as stated in #157 it would be nice to either 1. Add CI to check no warnings are generated when building the guide 2. host the guide.html file somewhere automatically...

When going from 1.0 -> 1.1 or 1.1 -> 1.2 there are some slight "gotchas" that would be great to document somewhere. Most things would be around the subtle promotion...

documentation

Assuming most people want a slight better understanding of both what the Memory model is and how it effects their applications

documentation