Interface IDeviceContextPool
- Namespace
- HelixToolkit.SharpDX.Render
- Assembly
- HelixToolkit.SharpDX.dll
public interface IDeviceContextPool : IDisposable
- Inherited Members
Methods
Get()
Gets this instance.
DeviceContextProxy Get()
Returns
Put(DeviceContextProxy)
Puts the specified context.
void Put(DeviceContextProxy context)
Parameters
contextDeviceContextProxyThe context.
ResetDrawCalls()
Resets the draw calls.
int ResetDrawCalls()