acquireNextFrame abstract method
Acquires the next frame to render into, or null if no frame is available.
Image surfaces always return a frame. The nullable result exists for destinations that may skip a frame, such as a throttled window swapchain.
Implementation
GpuSurfaceFrame? acquireNextFrame();