LLVM 22.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
Public Attributes | |
uint32_t | ParameterType |
uint32_t | ShaderVisibility |
uint32_t | ParameterOffset |
Definition at line 763 of file DXContainer.h.
|
inline |
Definition at line 768 of file DXContainer.h.
References ParameterOffset, ParameterType, ShaderVisibility, and llvm::sys::swapByteOrder().
uint32_t llvm::dxbc::RTS0::v1::RootParameterHeader::ParameterOffset |
Definition at line 766 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::RootParameterHeader::ParameterType |
Definition at line 764 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::RootParameterHeader::ShaderVisibility |
Definition at line 765 of file DXContainer.h.
Referenced by swapBytes().