LLVM 22.0.0git
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 268 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 269 of file DXContainer.h.

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

◆ OutputControlPointCount

uint32_t llvm::dxbc::HullPSVInfo::OutputControlPointCount

Definition at line 270 of file DXContainer.h.

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

◆ TessellatorDomain

uint32_t llvm::dxbc::HullPSVInfo::TessellatorDomain

Definition at line 271 of file DXContainer.h.

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

◆ TessellatorOutputPrimitive

uint32_t llvm::dxbc::HullPSVInfo::TessellatorOutputPrimitive

Definition at line 272 of file DXContainer.h.

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


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