UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RHIImmutableSamplerState.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
7
9
11enum
12{
14};
15
17{
19
23
24 void Reset()
25 {
27 {
28 ImmutableSamplers[Index] = nullptr;
29 }
30 }
31
33 {
34 return ImmutableSamplers == rhs.ImmutableSamplers;
35 }
36
38 {
39 return ImmutableSamplers != rhs.ImmutableSamplers;
40 }
41
43};
@ InPlace
Definition CoreMiscDefines.h:162
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
@ MaxImmutableSamplers
Definition RHIImmutableSamplerState.h:13
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition RHIResources.h:671
U16 Index
Definition radfft.cpp:71
Definition RHIImmutableSamplerState.h:17
bool operator!=(const FImmutableSamplerState &rhs) const
Definition RHIImmutableSamplerState.h:37
bool operator==(const FImmutableSamplerState &rhs) const
Definition RHIImmutableSamplerState.h:32
void Reset()
Definition RHIImmutableSamplerState.h:24
FImmutableSamplerState()
Definition RHIImmutableSamplerState.h:20
TImmutableSamplers ImmutableSamplers
Definition RHIImmutableSamplerState.h:42