renderPresent
Render the Window to the OS now.
Called by dvui.Window.end by default. See dvui.Window.endOptions
Parameters
- self:Backend
- Backend
Source
Implementation
pub fn renderPresent(self: Backend) void {
self.impl.renderPresent();
}Render the Window to the OS now.
Called by dvui.Window.end by default. See dvui.Window.endOptions
Source
pub fn renderPresent(self: Backend) void {
self.impl.renderPresent();
}