FGlobalDynamicIndexBuffer::Commit

Commits allocated memory to the GPU.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderResource.h

Include

#include "RenderResource.h"

Source

/Engine/Source/Runtime/RenderCore/Private/RenderResource.cpp

Syntax

void Commit()

Remarks

Commits allocated memory to the GPU. WARNING: Once this buffer has been committed to the GPU, allocations remain valid only until the next call to Allocate!

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