Choose your operating system:
Windows
macOS
Linux
| FRHITextureSRVCreateInfo
|
Module |
|
Header |
/Engine/Source/Runtime/RHI/Public/RHIResources.h |
Include |
#include "RHIResources.h" |
struct FRHITextureSRVCreateInfo
Name | Description | ||
---|---|---|---|
|
FirstArraySlice |
Specify first array slice index. By default 0. |
|
|
Format |
View the texture with a different format. |
|
|
MetaData |
Specify the metadata plane to use when creating a view. |
|
|
MipLevel |
Specify the mip level to use. Useful when rendering to one mip while sampling from another |
|
|
NumArraySlices |
Specify number of array slices. |
|
|
NumMipLevels |
Create a view to a single, or multiple mip levels |
|
|
SRGBOverride |
Potentially override the texture's sRGB flag |
Name | Description | |
---|---|---|
|
FRHITextureSRVCreateInfo ( |
|
|
FRHITextureSRVCreateInfo ( |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator== ( |