SetTexture RWTexture2D<float4> outputTexture; [numthreads(8,8,1)] ... 中的compute shader是遵循DirectX 11语法的,所以这个RWTexture2D是HLSL里 ...
確定! 回上一頁