IPipelineGeometry

Description

interface Tinman.AddOns.DirectX12.Pipeline.IPipelineGeometry

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

Base interface for pipeline objects that provide input layout and buffers for the input assembler stage.

Public / Attributes

Input​Layout


public attribute InputLayout → (get)

value : ByteBuffer

[not-null]
The input layout specification.

Returns the input layout specification.

The returned buffer is expected to contain zero or more D3D12_INPUT_ELEMENT_DESC structures.

Input​Layout​Count


public attribute InputLayoutCount → (get)

value : int32

[>=0]
The number of D3D12_INPUT_ELEMENT_DESC structures in InputLayout.

Returns the number of input element descriptions.