Table of Contents

Struct DataPool.MemoryStats

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

Reports the approximate GPU memory currently retained by the pool.

public struct DataPool.MemoryStats
Inherited Members

Properties

bufferCount

Number of valid compute buffers currently held by the pool.

megabyte

Estimated memory usage, in megabytes, of all tracked resources.

textureCount

Number of valid render textures currently held by the pool.

Methods

GetBytePerPixel(RenderTextureFormat)

Returns the byte cost per pixel used by the memory estimate for a render texture format.