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