FGPUSortManager::FDynamicValueBuffer::Allocate

Allocate some space into the buffer for this frame.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GPUSortManager.h

Include

#include "GPUSortManager.h"

Source

/Engine/Source/Runtime/Engine/Private/GPUSortManager.cpp

Syntax

void Allocate
(
    FAllocationInfo & OutInfo,
    const FSettings & InSettings,
    int32 ValueCount,
    EGPUSortFlags Flags
)

Remarks

Allocate some space into the buffer for this frame.

Parameters

Parameter

Description

OutInfo

The details about the allocation bindings.

InSettings

Buffer allocation settings.

ValueCount

The number of elements to add to the buffer.

Flags

Flag about what data format needs to be bound, see EGPUSortFlags::AnyValueFormat.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss