Is it possible to change the buffer count, once it's been initialized? For example every update call (sometimes the point cloud is bigger or smaller than the init value)
buffer = new ComputeBuffer ( count, sizeof(float) * 7, ComputeBufferType.Default);
↧