#pragma kernel FillWithRed; RWTexture2D< float4 > res;; [numthreads(1,1,1)]; void FillWithRed (uint3 id : SV_DispatchThreadID) ...
確定! 回上一頁