Searched defs:Swapchain (Results 1 – 1 of 1) sorted by relevance
226 struct Swapchain { struct227 Swapchain(Surface& surface_, in Swapchain() argument243 uint64_t get_refresh_duration() in get_refresh_duration()253 Surface& surface;254 uint32_t num_images;255 bool mailbox_mode;256 int pre_transform;257 bool frame_timestamps_enabled;258 int64_t refresh_duration;259 bool shared;[all …]