IPipelineEffect

Description

interface Tinman.AddOns.DirectX12.Pipeline.IPipelineEffect

Extended by

DirectX12Effect abstract

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

Base interface for IRenderEffect implementations that use a Direct3D 12 pipeline.

Public / Methods

Name


public method Name → (1)

pass in : int32

The pass index.

returns → string

The human-readable name.

Returns a human-readable name of a pipeline effect pass.

Pipeline​State​Write


public method PipelineStateWrite → (2)

stream in : PipelineStateStream

[not-null]
The pipeline state stream.

pass in : int32

[0..-1]
The render effect pass index.

Writes the pipeline state stream sub-objects for the given pass.