MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Flush

Function Flush

Source/Engine/Graphics/DynamicBuffer.h:105–108  ·  view source on GitHub ↗

Unlock buffer and flush data with a buffer (it will be ready for an immediate draw).

Source from the content-addressed store, hash-verified

103 /// Unlock buffer and flush data with a buffer (it will be ready for an immediate draw).
104 /// </summary>
105 void Flush()
106 {
107 Flush(nullptr);
108 }
109
110 /// <summary>
111 /// Unlock buffer and flush data with a buffer (it will be ready for a during next frame draw).

Callers 15

preDisposeMethod · 0.70
DrawEndMethod · 0.70
InitMethod · 0.70
OnPauseMethod · 0.50
EndFrameMethod · 0.50
OnSwapChainFlushMethod · 0.50
~GPUContextWebGPUMethod · 0.50
FrameEndMethod · 0.50
ReleaseObjectsFunction · 0.50
ReleaseMethod · 0.50

Calls

no outgoing calls

Tested by 5

~FileWriteStreamMethod · 0.40
CloseMethod · 0.40
GetLengthMethod · 0.40
GetPositionMethod · 0.40
SetPositionMethod · 0.40