Ravi Prakash Singh
Ravi Prakash Singh
``` #version 450 struct GTC { vec2 tltc; vec2 trtc; vec2 brtc; vec2 bltc; }; layout(set = 0, binding = 1) uniform _GTCBuffer { GTC texcoords[]; GTC gtcs[]; } _gtcBuffer;...
Convert 8/16-bit int (and their composite vector) types to their corresponding 32-bit types first and then convert the resulting 32-bit type to the target 8/16-bit type. This change emits appropriate...
... that 8/16-bit composites can't be directly constructed. Earlier the comment looked misleading that composites of 8/16-bit types can't be constructed at all. As per the GL_EXT_shader_16bit_storage extension, they can't...