nn::gd::CTR::InputElementDescription Class

Syntax

class InputElementDescription

Description

The descriptor when creating input layouts.

Member Constants

S Append This is a setting value for m_AlignedByteOffset.

Member Variables

m_StreamSlot The input slot number of the stream. If multiple input elements belong to the same stream, that data must be interleaved.
m_SemanticName The name of the shader input element to set data for.
m_Format The data format of the input element.
m_Count The size of the data format of the input element. Specify a value in the range [1, 4].
m_AlignedByteOffset Offset value. If InputElementDescriptionAppend is specified, add the input element to the end of the current stream. Otherwise, use the offset value to the start of the element.

Revision History

2011/02/15
Initial version.

CONFIDENTIAL