LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxbc::HullPSVInfo Struct Reference

#include "llvm/BinaryFormat/DXContainer.h"

Public Member Functions

void swapBytes ()
 

Public Attributes

uint32_t InputControlPointCount
 
uint32_t OutputControlPointCount
 
uint32_t TessellatorDomain
 
uint32_t TessellatorOutputPrimitive
 

Detailed Description

Definition at line 162 of file DXContainer.h.

Member Function Documentation

◆ swapBytes()

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

Member Data Documentation

◆ InputControlPointCount

uint32_t llvm::dxbc::HullPSVInfo::InputControlPointCount

Definition at line 163 of file DXContainer.h.

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

◆ OutputControlPointCount

uint32_t llvm::dxbc::HullPSVInfo::OutputControlPointCount

Definition at line 164 of file DXContainer.h.

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

◆ TessellatorDomain

uint32_t llvm::dxbc::HullPSVInfo::TessellatorDomain

Definition at line 165 of file DXContainer.h.

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

◆ TessellatorOutputPrimitive

uint32_t llvm::dxbc::HullPSVInfo::TessellatorOutputPrimitive

Definition at line 166 of file DXContainer.h.

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


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