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 296 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 297 of file DXContainer.h.

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

◆ OutputPositionPresent

uint8_t llvm::dxbc::GeometryPSVInfo::OutputPositionPresent

Definition at line 300 of file DXContainer.h.

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

◆ OutputStreamMask

uint32_t llvm::dxbc::GeometryPSVInfo::OutputStreamMask

Definition at line 299 of file DXContainer.h.

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

◆ OutputTopology

uint32_t llvm::dxbc::GeometryPSVInfo::OutputTopology

Definition at line 298 of file DXContainer.h.

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

◆ Unused

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

Definition at line 301 of file DXContainer.h.


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