Choose your operating system:
Windows
macOS
Linux
| FRHITextureSRVCreateInfo
|
Module |
|
Header |
/Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
Include |
#include "RenderGraphResources.h" |
class FRDGTextureSRVDesc : public FRHITextureSRVCreateInfo
Descriptor for render graph tracked SRV.
Name | Description | ||
---|---|---|---|
|
Texture |
Name | Description | |
---|---|---|
|
FRDGTextureSRVDesc() |
Name | Description | ||
---|---|---|---|
|
FRDGTextureS... |
Create ( |
Create SRV that access all sub resources of texture. |
|
FRDGTextureS... |
CreateForMetaData ( |
Create SRV with access to a specific meta data plane |
|
FRDGTextureS... |
CreateForMipLevel ( |
Create SRV that access one specific mip level. |
|
FRDGTextureS... |
CreateWithPixelFormat ( |
Create SRV that access one specific mip level. |