RWStructuredBuffer <float> g_powers : register(u1); [numthreads(1, 1, 1)] void main(uint3 id : SV_DispatchThreadID) { const uint bin = id.x;
確定! 回上一頁