Choose your operating system:
Windows
macOS
Linux
| TArrayView
|
Module |
|
Header |
/Engine/Source/Runtime/RenderCore/Public/RenderGraphUtils.h |
Include |
#include "RenderGraphUtils.h" |
template<typename InElementType>
struct FRDGUploadData : public TArrayView< InElementType, int32 >
Helper class to allocate data from a GraphBuilder in order to upload said data to an RDG resource. Allocating from the GraphBuilder makes it so we don't have to copy the data before deferring the upload.
Name | Description | |
---|---|---|
|
FRDGUploadData() |
|
|
FRDGUploadData ( |
Name | Description | ||
---|---|---|---|
|
GetTotalSize() |