RWTexture2D emits layout(r32f) for GLSL. ... RWTexture2D<uint64_t> gTex; void main() { gTex[uint2(0,0)] = 1; }. Command: slangc test.slang -profile cs_6_0 ...
確定! 回上一頁