LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxbc::RTS0::v1::RootParameterHeader Struct Reference

#include "llvm/BinaryFormat/DXContainer.h"

Public Member Functions

void swapBytes ()
 

Public Attributes

uint32_t ParameterType
 
uint32_t ShaderVisibility
 
uint32_t ParameterOffset
 

Detailed Description

Definition at line 717 of file DXContainer.h.

Member Function Documentation

◆ swapBytes()

void llvm::dxbc::RTS0::v1::RootParameterHeader::swapBytes ( )
inline

Definition at line 722 of file DXContainer.h.

References ParameterOffset, ParameterType, and llvm::sys::swapByteOrder().

Member Data Documentation

◆ ParameterOffset

uint32_t llvm::dxbc::RTS0::v1::RootParameterHeader::ParameterOffset

Definition at line 720 of file DXContainer.h.

Referenced by swapBytes().

◆ ParameterType

uint32_t llvm::dxbc::RTS0::v1::RootParameterHeader::ParameterType

Definition at line 718 of file DXContainer.h.

Referenced by swapBytes().

◆ ShaderVisibility

uint32_t llvm::dxbc::RTS0::v1::RootParameterHeader::ShaderVisibility

Definition at line 719 of file DXContainer.h.


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