Table of Contents

Interface IDevice3DResources

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public interface IDevice3DResources

Properties

AdapterIndex

int AdapterIndex { get; }

Property Value

int

ConstantBufferPool

IConstantBufferPool? ConstantBufferPool { get; }

Property Value

IConstantBufferPool

Device

Device1? Device { get; }

Property Value

Device1

DeviceContextPool

Gets the device context pool.

IDeviceContextPool? DeviceContextPool { get; }

Property Value

IDeviceContextPool

The device context pool.

DriverType

DriverType DriverType { get; }

Property Value

DriverType

GeometryBufferManager

Gets the geometry buffer manager.

IGeometryBufferManager? GeometryBufferManager { get; }

Property Value

IGeometryBufferManager

The geometry buffer manager.

MaterialTextureManager

Gets the material texture manager.

ITextureResourceManager? MaterialTextureManager { get; }

Property Value

ITextureResourceManager

The material texture manager.

MaterialVariableManager

Gets the material variable manager.

IMaterialVariablePool? MaterialVariableManager { get; }

Property Value

IMaterialVariablePool

The material variable manager.

StateManager

IStatePoolManager? StateManager { get; }

Property Value

IStatePoolManager