Package ch.bailu.gtk.gdk
Interface VulkanContext.OnImagesUpdated
- Enclosing class:
- VulkanContext
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Emitted when the images managed by this context have changed.
-
Method Details
-
onImagesUpdated
void onImagesUpdated()Emitted when the images managed by this context have changed.
Usually this means that the swapchain had to be recreated,
for example in response to a change of the surface size.
-