Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include | #include "RenderGraphResources.h" |
Syntax
struct FRDGBufferDesc
Remarks
Descriptor for render graph tracked Buffer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | BytesPerElement | Stride in bytes for index and structured buffers. | |
| const FShaderParametersMetadata * | Metadata | Meta data of the layout of the buffer for debugging purposes. | |
| uint32 | NumElements | Number of elements. | |
| EBufferUsageFlags | Usage | Bitfields describing the uses of that buffer. |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRDGBufferDesc& Other |
||
| bool | operator==
(
const FRDGBufferDesc& Other |