#define BLOCK_SIZE 256 RWTexture2D<float4> canvas; [numthreads(16, 16, 1)] void CSMain(uint3 DTid : SV_DispatchThreadID) { float4 color = {0.0f, 0.0f, 1.0f, ...
確定! 回上一頁