Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/UnifiedBuffer.h |
| Include | #include "UnifiedBuffer.h" |
Syntax
struct FMemsetResourceParams
Remarks
Can store arbitrary data so long as it follows alignment restrictions. Intended mostly for read only data uploaded from CPU. Allows sparse allocations and updates from CPU. Float4 versions exist for platforms that don't yet support byte address buffers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Count | ||
| uint32 | DstOffset | ||
| uint32 | Value |