LLVM 22.0.0git
llvm::dxbc::GeometryPSVInfo Struct Reference

#include "llvm/BinaryFormat/DXContainer.h"

Public Member Functions

void swapBytes ()

Public Attributes

uint32_t InputPrimitive
uint32_t OutputTopology
uint32_t OutputStreamMask
uint8_t OutputPositionPresent
uint8_t Unused [3]

Detailed Description

Definition at line 340 of file DXContainer.h.

Member Function Documentation

◆ swapBytes()

void llvm::dxbc::GeometryPSVInfo::swapBytes ( )
inline

Member Data Documentation

◆ InputPrimitive

uint32_t llvm::dxbc::GeometryPSVInfo::InputPrimitive

Definition at line 341 of file DXContainer.h.

Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().

◆ OutputPositionPresent

uint8_t llvm::dxbc::GeometryPSVInfo::OutputPositionPresent

Definition at line 344 of file DXContainer.h.

Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion().

◆ OutputStreamMask

uint32_t llvm::dxbc::GeometryPSVInfo::OutputStreamMask

Definition at line 343 of file DXContainer.h.

Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().

◆ OutputTopology

uint32_t llvm::dxbc::GeometryPSVInfo::OutputTopology

Definition at line 342 of file DXContainer.h.

Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().

◆ Unused

uint8_t llvm::dxbc::GeometryPSVInfo::Unused[3]

Definition at line 345 of file DXContainer.h.


The documentation for this struct was generated from the following file: