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

#include "llvm/BinaryFormat/DXContainer.h"

Public Member Functions

void swapBytes ()
 

Public Attributes

uint32_t Filter
 
uint32_t AddressU
 
uint32_t AddressV
 
uint32_t AddressW
 
float MipLODBias
 
uint32_t MaxAnisotropy
 
uint32_t ComparisonFunc
 
uint32_t BorderColor
 
float MinLOD
 
float MaxLOD
 
uint32_t ShaderRegister
 
uint32_t RegisterSpace
 
uint32_t ShaderVisibility
 

Detailed Description

Definition at line 648 of file DXContainer.h.

Member Function Documentation

◆ swapBytes()

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

Member Data Documentation

◆ AddressU

uint32_t llvm::dxbc::RTS0::v1::StaticSampler::AddressU

Definition at line 650 of file DXContainer.h.

Referenced by swapBytes().

◆ AddressV

uint32_t llvm::dxbc::RTS0::v1::StaticSampler::AddressV

Definition at line 651 of file DXContainer.h.

Referenced by swapBytes().

◆ AddressW

uint32_t llvm::dxbc::RTS0::v1::StaticSampler::AddressW

Definition at line 652 of file DXContainer.h.

Referenced by swapBytes().

◆ BorderColor

uint32_t llvm::dxbc::RTS0::v1::StaticSampler::BorderColor

Definition at line 656 of file DXContainer.h.

Referenced by swapBytes().

◆ ComparisonFunc

uint32_t llvm::dxbc::RTS0::v1::StaticSampler::ComparisonFunc

Definition at line 655 of file DXContainer.h.

◆ Filter

uint32_t llvm::dxbc::RTS0::v1::StaticSampler::Filter

Definition at line 649 of file DXContainer.h.

Referenced by swapBytes().

◆ MaxAnisotropy

uint32_t llvm::dxbc::RTS0::v1::StaticSampler::MaxAnisotropy

Definition at line 654 of file DXContainer.h.

Referenced by swapBytes().

◆ MaxLOD

float llvm::dxbc::RTS0::v1::StaticSampler::MaxLOD

Definition at line 658 of file DXContainer.h.

Referenced by swapBytes().

◆ MinLOD

float llvm::dxbc::RTS0::v1::StaticSampler::MinLOD

Definition at line 657 of file DXContainer.h.

Referenced by swapBytes().

◆ MipLODBias

float llvm::dxbc::RTS0::v1::StaticSampler::MipLODBias

Definition at line 653 of file DXContainer.h.

Referenced by swapBytes().

◆ RegisterSpace

uint32_t llvm::dxbc::RTS0::v1::StaticSampler::RegisterSpace

Definition at line 660 of file DXContainer.h.

Referenced by swapBytes(), and validateRootSignature().

◆ ShaderRegister

uint32_t llvm::dxbc::RTS0::v1::StaticSampler::ShaderRegister

Definition at line 659 of file DXContainer.h.

Referenced by swapBytes(), and validateRootSignature().

◆ ShaderVisibility

uint32_t llvm::dxbc::RTS0::v1::StaticSampler::ShaderVisibility

Definition at line 661 of file DXContainer.h.


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