Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRHITextureUAVCreateInfo
- FRDGTextureUAVDesc
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include | #include "RenderGraphResources.h" |
Syntax
class FRDGTextureUAVDesc : public FRHITextureUAVCreateInfo
Remarks
Descriptor for render graph tracked UAV.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRDGTextureRef | Texture |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGTextureUAVDesc
(
FRDGTextureRef InTexture, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRDGTextureUAVDesc | CreateForMetaData
(
FRDGTextureRef Texture, |
Create UAV with access to a specific meta data plane |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRDGTextureUAVDesc& Other |
||
| bool | operator==
(
const FRDGTextureUAVDesc& Other |