Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FSamplerStateInitializerRHI |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHI.h |
| Include Path | #include "RHI.h" |
Syntax
struct FSamplerStateInitializerRHI
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHI.h | |||
FSamplerStateInitializerRHI
(
ESamplerFilter InFilter, |
RHI.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddressU | TEnumAsByte< ESamplerAddressMode > | RHI.h | ||
| AddressV | TEnumAsByte< ESamplerAddressMode > | RHI.h | ||
| AddressW | TEnumAsByte< ESamplerAddressMode > | RHI.h | ||
| BorderColor | uint32 | RHI.h | ||
| Filter | TEnumAsByte< ESamplerFilter > | RHI.h | ||
| MaxAnisotropy | int32 | RHI.h | ||
| MaxMipLevel | float | Largest mip map level that will be used, where 0 is the highest resolution mip level. | RHI.h | |
| MinMipLevel | float | Smallest mip map level that will be used, where 0 is the highest resolution mip level. | RHI.h | |
| MipBias | float | RHI.h | ||
| SamplerComparisonFunction | TEnumAsByte< ESamplerCompareFunction > | RHI.h |