Searched defs:Swapchain (Results 1 – 4 of 4) sorted by relevance
57 class Swapchain; variable
268 struct Swapchain { struct269 Swapchain(Surface &surface, uint32_t numImages, VkPresentModeKHR presentMode, in Swapchain() argument276 Surface &surface;277 uint32_t numImages;278 bool mailboxMode;279 OH_NativeBuffer_TransformType preTransform;280 bool shared;282 struct Image {289 } images[MAX_BUFFER_SIZE];
52 class Swapchain; variable
60 class Swapchain; variable