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.

@FunctionalInterface public static interface VulkanContext.OnImagesUpdated
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.