harfang3d/doc/doc/Frame.md
2021-12-15 20:23:12 +01:00

4 lines
349 B
Markdown

Advance the rendering backend to the next frame, execute all queued rendering commands.
This function returns the backend current frame.
The frame counter is used by asynchronous functions such as [CaptureTexture]. You must wait for the frame counter to reach or exceed the value returned by an asynchronous function before accessing its result.