VulkanContext
open class VulkanContext(pointer: <Error class: unknown class><<Error class: unknown class>>) : DrawContext
GdkVulkanContext
is an object representing the platform-specific Vulkan draw context.
GdkVulkanContext
s are created for a surface using method@Gdk.Surface.create_vulkan_context, and the context will match the characteristics of the surface.
Support for GdkVulkanContext
is platform-specific and context creation can fail, returning null context.
Constructors
Functions
Link copied to clipboard
fun connectImagesUpdated(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>
Emitted when the images managed by this context have changed.