public override void DoPostProcess(GrassPhysicsArea grassPhysicsArea, ref GrassPostProcessState state, ref Texture texture) { //Process grass depth texture here }
public override void Initialize(GrassPhysicsArea grassPhysicsArea, out GrassPostProcessState state) { //Initialize your post process here state = new EmptyPostProcessState(); }