i have a 3d computeshader that transfers a large float3 computebuffer with locations to the cpu to make draw calls and a float4 one with the colors , but this also ends up creating uneccesery draw calls for posisitons with an apha of zero .Also i have to solve this in Hlsl as it would be too slow on the cpu
↧