#include <RHIResources.h>
◆ FRHITextureSRVCreateInfo() [1/2]
◆ FRHITextureSRVCreateInfo() [2/2]
◆ CheckValidity()
◆ operator!=()
◆ operator==()
◆ Validate()
◆ GetTypeHash
◆ DimensionOverride
Specify a dimension to use which overrides the default
◆ FirstArraySlice
| uint16 FRHITextureSRVCreateInfo::FirstArraySlice |
Specify first array slice index. By default 0.
◆ Format
View the texture with a different format. Leave as PF_Unknown to use original format. Useful when sampling stencil
◆ MetaData
Specify the metadata plane to use when creating a view.
◆ MipLevel
| uint8 FRHITextureSRVCreateInfo::MipLevel |
Specify the mip level to use. Useful when rendering to one mip while sampling from another
◆ NumArraySlices
| uint16 FRHITextureSRVCreateInfo::NumArraySlices |
Specify number of array slices. If FirstArraySlice and NumArraySlices are both zero, the SRV is created for all array slices. By default 0.
◆ NumMipLevels
| uint8 FRHITextureSRVCreateInfo::NumMipLevels |
Create a view to a single, or multiple mip levels
◆ SRGBOverride
Potentially override the texture's sRGB flag
The documentation for this struct was generated from the following files: