#pragma kernel Multiply struct VecMatPair { float3 pos; float4x4 mat; }; RWStructuredBuffer<VecMatPair> dataBuffer; [numthreads(16,1,1)] void Multiply ...
確定! 回上一頁