DirectX9ContextFactory

Description

sealed class Tinman.AddOns.DirectX9.DirectX9ContextFactory

Derived from

GraphicsContextFactory abstract

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

Factory for DirectX9Context.

The graphics contexts produced by this factory use the following directories in the shader repository (see IGraphicsContextFactory.ShaderRepository):

  • hlsl.dx9/
    Compiled HLSL shaders (*.cso) and HLSL shader metadata (*.asm), see DirectX9ShaderInfo.

Public / Constructors

Direct​X9​Context​Factory


public constructor DirectX9ContextFactory → ()

Creates a new instance of DirectX9ContextFactory.

Configuration

Config


public static attribute Config → (get)

value : IConfigurator<IGraphicsContextFactory>

[not-null]
The configurator object.

The configurator object for this type.