D3D10DDIARG_STREAM_OUTPUT_DECLARATION_ENTRY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3D10DDIARG_STREAM_OUTPUT_DECLARATION_ENTRY {
  [in] UINT OutputSlot;
  [in] UINT RegisterIndex;
  [in] BYTE RegisterMask;
} D3D10DDIARG_STREAM_OUTPUT_DECLARATION_ENTRY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d10ddiarg_stream_output_declaration_entry)

D3D10DDIARG_STREAM_OUTPUT_DECLARATION_ENTRY structure

Description

The D3D10DDIARG_STREAM_OUTPUT_DECLARATION_ENTRY structure describes a portion of the stream output for a geometry shader.

Members

OutputSlot [in]

The number of the slot for the portion of the stream output.

RegisterIndex [in]

The number of the register for the portion of the stream output.

RegisterMask [in]

The xyzw register mask for the portion of the stream output. That is, the four least significant bits (LSBs) of the mask represent xyzw respectively.

See also

D3D10DDIARG_CREATEGEOMETRYSHADERWITHSTREAMOUTPUT