![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
| FMetalDevice & | Device |
Additional Inherited Members | |
Protected Member Functions inherited from FRHIResource | |
| virtual RHI_API | ~FRHIResource () |
| FMetalSamplerState::FMetalSamplerState | ( | class FMetalDevice & | Device, |
| const FSamplerStateInitializerRHI & | Initializer | ||
| ) |
Constructor/destructor
| FMetalSamplerState::~FMetalSamplerState | ( | ) |
| FMetalDevice& FMetalSamplerState::Device |
| MTL::SamplerState* FMetalSamplerState::NoAnisoState |
| MTL::SamplerState* FMetalSamplerState::State |