LLVM 22.0.0git
|
#include "llvm/MC/DXContainerRootSignature.h"
Public Member Functions | |
RootParameterInfo (dxbc::RootParameterType Type, dxbc::ShaderVisibility Visibility, size_t Location) | |
Public Attributes | |
dxbc::RootParameterType | Type |
dxbc::ShaderVisibility | Visibility |
size_t | Location |
Definition at line 34 of file DXContainerRootSignature.h.
|
inline |
Definition at line 39 of file DXContainerRootSignature.h.
size_t llvm::mcdxbc::RootParameterInfo::Location |
Definition at line 37 of file DXContainerRootSignature.h.
Referenced by validateRootSignature().
dxbc::RootParameterType llvm::mcdxbc::RootParameterInfo::Type |
Definition at line 35 of file DXContainerRootSignature.h.
Referenced by validateRootSignature().
dxbc::ShaderVisibility llvm::mcdxbc::RootParameterInfo::Visibility |
Definition at line 36 of file DXContainerRootSignature.h.
Referenced by validateRootSignature().