FColorVertexBuffer::InitRHIForStreaming

Similar to Init/ReleaseRHI but only update existing SRV so references to the SRV stays valid

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Rendering/ColorVertexBuffer.h

Include

#include "Rendering/ColorVertexBuffer.h"

Syntax

template<uint32 MaxNumUpdates>
void InitRHIForStreaming
(
    FRHIVertexBuffer * IntermediateBuffer,
    TRHIResourceUpdateBatcher< MaxNumUpdates > & Batcher
)

Remarks

Similar to Init/ReleaseRHI but only update existing SRV so references to the SRV stays valid

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