The situation is the following: I have a kernel: #pragma kernel diffga #pragma[numthreads(16, 8, 1)] void diffga(uint3 id : SV_DispatchThreadID) { /* code ...
確定! 回上一頁