Table of Contents

Interface IDeviceContextPool

Namespace
HelixToolkit.SharpDX.Render
Assembly
HelixToolkit.SharpDX.dll
public interface IDeviceContextPool : IDisposable
Inherited Members

Methods

Get()

Gets this instance.

DeviceContextProxy Get()

Returns

DeviceContextProxy

Put(DeviceContextProxy)

Puts the specified context.

void Put(DeviceContextProxy context)

Parameters

context DeviceContextProxy

The context.

ResetDrawCalls()

Resets the draw calls.

int ResetDrawCalls()

Returns

int