Interface IBufferPool
- Namespace
- HelixToolkit.SharpDX.ShaderManager
- Assembly
- HelixToolkit.SharpDX.dll
public interface IBufferPool
Methods
Register<T>(Guid, BufferDescription, IList<T>)
Register a buffer with object as its key
Buffer Register<T>(Guid guid, BufferDescription description, IList<T> data) where T : unmanaged
Parameters
Returns
- Buffer
Type Parameters
T