A swapchain that adapts to the underlying surface going out of date. If the caller cannot acquire the next drawable, it is due to an unrecoverable error and the swapchain must be recreated with a new surface.
More...
#include <swapchain_vk.h>
A swapchain that adapts to the underlying surface going out of date. If the caller cannot acquire the next drawable, it is due to an unrecoverable error and the swapchain must be recreated with a new surface.
Definition at line 28 of file swapchain_vk.h.
◆ ~SwapchainVK()
impeller::SwapchainVK::~SwapchainVK |
( |
| ) |
|
|
virtualdefault |
◆ SwapchainVK() [1/2]
impeller::SwapchainVK::SwapchainVK |
( |
const SwapchainVK & |
| ) |
|
|
delete |
◆ SwapchainVK() [2/2]
impeller::SwapchainVK::SwapchainVK |
( |
| ) |
|
|
protecteddefault |
◆ AcquireNextDrawable()
virtual std::unique_ptr< Surface > impeller::SwapchainVK::AcquireNextDrawable |
( |
| ) |
|
|
pure virtual |
◆ Create()
std::shared_ptr< SwapchainVK > impeller::SwapchainVK::Create |
( |
const std::shared_ptr< Context > & |
context, |
|
|
vk::UniqueSurfaceKHR |
surface, |
|
|
const ISize & |
size, |
|
|
bool |
enable_msaa = true |
|
) |
| |
|
static |
Definition at line 18 of file swapchain_vk.cc.
22 {
23 auto swapchain = std::shared_ptr<KHRSwapchainVK>(
24 new KHRSwapchainVK(context, std::move(
surface),
size, enable_msaa));
27 return nullptr;
28 }
30}
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
◆ GetSurfaceFormat()
virtual vk::Format impeller::SwapchainVK::GetSurfaceFormat |
( |
| ) |
const |
|
pure virtual |
◆ IsValid()
virtual bool impeller::SwapchainVK::IsValid |
( |
| ) |
const |
|
pure virtual |
◆ operator=()
◆ UpdateSurfaceSize()
virtual void impeller::SwapchainVK::UpdateSurfaceSize |
( |
const ISize & |
size | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: