Class GraphicsUtils
Provides low-level clearing helpers for render textures and compute buffers.
public static class GraphicsUtils
- Inheritance
-
GraphicsUtils
- Inherited Members
Methods
- ClearWithZeros(ComputeBuffer)
Clears a compute buffer to zero using the buffer-clear compute shader.
- ClearWithZeros(RenderTexture)
Clears a render texture to zero.