Table of Contents

Class GraphicsUtils

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

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.