DirectX11Context

Description

sealed class Tinman.AddOns.DirectX11.DirectX11Context

Derived from

GraphicsContext abstract

Full source code is included in the Tinman 3D SDK download.

An implementation of the IGraphicsContext interface for DirectX 11.

The returned INativeHandles can be interpreted as follows:

Using Direct3D 11 imposes the following restrictions:

Public / Constructors

For​Device


[OwnerReturn]
public static method ForDevice → (6)

deviceHandle in : IntPtr own

The ID3D11DeviceContext* COM pointer. Upon disposal, Release will be called on the COM pointer.

shaderRepository in : Path

Path to the shader repository (see IGraphicsContextFactory.ShaderRepository).

availableVideoMemory in : int32

[>=0]
See IGraphicsContextFactory.AvailableVideoMemory.

multiSampling in : MultiSampleType

See IGraphicsContextFactory.MultiSampling.

verticalSync in : bool

See IGraphicsContextFactory.VerticalSync.

dedicatedVideoMemory opt : int32 = 0

[>=0]
The amount of dedicated video memory of the adapter of the device, in megabytes. If 0, availableVideoMemory in will be used.

returns → DirectX11Context

The graphics context or null if deviceHandle in is zero.

Creates a new instance of DirectX11Context for the given native handle.

RenderException

If a graphics subsystem error has occurred.

Logging

Logger


public static readonly attribute Logger → (ILogger)

The logger object of this class.