UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMetalSamplerState Class Reference

#include <MetalState.h>

+ Inheritance diagram for FMetalSamplerState:

Public Member Functions

 FMetalSamplerState (class FMetalDevice &Device, const FSamplerStateInitializerRHI &Initializer)
 
 ~FMetalSamplerState ()
 
- Public Member Functions inherited from FRHISamplerState
 FRHISamplerState ()
 
virtual bool IsImmutable () const
 
virtual FRHIDescriptorHandle GetBindlessHandle () const
 
- Public Member Functions inherited from FRHIResource
RHI_API FRHIResource (ERHIResourceType InResourceType)
 
uint32 AddRef () const
 
uint32 Release () const
 
uint32 GetRefCount () const
 
bool IsValid () const
 
void DisableLifetimeExtension ()
 
ERHIResourceType GetType () const
 
FName GetOwnerName () const
 
void SetOwnerName (FName InOwnerName)
 

Public Attributes

MTL::SamplerState * State
 
MTL::SamplerState * NoAnisoState
 
FMetalDeviceDevice
 

Additional Inherited Members

- Protected Member Functions inherited from FRHIResource
virtual RHI_API ~FRHIResource ()
 

Constructor & Destructor Documentation

◆ FMetalSamplerState()

FMetalSamplerState::FMetalSamplerState ( class FMetalDevice Device,
const FSamplerStateInitializerRHI Initializer 
)

Constructor/destructor

◆ ~FMetalSamplerState()

FMetalSamplerState::~FMetalSamplerState ( )

Member Data Documentation

◆ Device

FMetalDevice& FMetalSamplerState::Device

◆ NoAnisoState

MTL::SamplerState* FMetalSamplerState::NoAnisoState

◆ State

MTL::SamplerState* FMetalSamplerState::State

The documentation for this class was generated from the following files: