Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRHITextureSRVCreateInfo
- FRDGTextureSRVDesc
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include | #include "RenderGraphResources.h" |
Syntax
class FRDGTextureSRVDesc : public FRHITextureSRVCreateInfo
Remarks
Descriptor for render graph tracked SRV.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRDGTextureRef | Texture |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGTextureSRVDesc
(
FRDGTexture* InTexture |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRDGTextureSRVDesc | Create
(
FRDGTextureRef Texture |
Create SRV that access all sub resources of texture. | |
| FRDGTextureSRVDesc | CreateForMetaData
(
FRDGTextureRef Texture, |
Create SRV with access to a specific meta data plane | |
| FRDGTextureSRVDesc | CreateForMipLevel
(
FRDGTextureRef Texture, |
Create SRV that access one specific mip level. | |
| FRDGTextureSRVDesc | CreateForSlice
(
FRDGTextureRef Texture, |
Create SRV that access one specific slice. | |
| FRDGTextureSRVDesc | CreateWithPixelFormat
(
FRDGTextureRef Texture, |
Create SRV that access all sub resources of texture with a specific pixel format. | |
| bool | IsValid () |
Returns whether this descriptor conforms to requirements. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRDGTextureSRVDesc& Other |
||
| bool | operator==
(
const FRDGTextureSRVDesc& Other |