updata
This commit is contained in:
@@ -547,7 +547,7 @@ namespace UltimateWater
|
||||
}
|
||||
if (_ParticlesInfo == null)
|
||||
{
|
||||
_ParticlesInfo = new ComputeBuffer(1, 16, ComputeBufferType.DrawIndirect);
|
||||
_ParticlesInfo = new ComputeBuffer(1, 16, ComputeBufferType.IndirectArguments);
|
||||
_ParticlesInfo.SetData(new int[4] { 0, 1, 0, 0 });
|
||||
}
|
||||
_ResourcesReady = true;
|
||||
|
||||
Reference in New Issue
Block a user