Class GraphicsBuffer
- Namespace
- Pie
- Assembly
- Pie.dll
A graphics buffer stores data on the GPU, and can be accessed by the GPU.
public abstract class GraphicsBuffer : MappableResource, IDisposable
- Inheritance
-
GraphicsBuffer
- Implements
- Inherited Members
Properties
IsDisposed
Will return true when this buffer has been disposed.
public abstract bool IsDisposed { get; protected set; }
Property Value
- bool
- A graphics buffer stores data on the GPU, and can be accessed by the GPU.
Methods
Dispose()
Dispose of this GraphicsBuffer.
public abstract void Dispose()