LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 188 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 189 of file DXContainer.h.

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

◆ OutputPositionPresent

uint8_t llvm::dxbc::GeometryPSVInfo::OutputPositionPresent

Definition at line 192 of file DXContainer.h.

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

◆ OutputStreamMask

uint32_t llvm::dxbc::GeometryPSVInfo::OutputStreamMask

Definition at line 191 of file DXContainer.h.

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

◆ OutputTopology

uint32_t llvm::dxbc::GeometryPSVInfo::OutputTopology

Definition at line 190 of file DXContainer.h.

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

◆ Unused

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

Definition at line 193 of file DXContainer.h.


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