VulkanContext

abstract class VulkanContext(val gdkVulkanContextPointer: <Error class: unknown class><<Error class: unknown class>>) : DrawContext(source)

⚠️ Deprecated ⚠️

This is deprecated since version 4.14.

GTK does not expose any Vulkan internals. This struct is a leftover that was accidentally exposed.

GdkVulkanContext is an object representing the platform-specific Vulkan draw context.

GdkVulkanContexts 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.

Inheritors

Constructors

Link copied to clipboard
constructor(gdkVulkanContextPointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class VulkanContextImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : VulkanContext

The VulkanContextImpl type represents a native instance of the abstract VulkanContext class.

Properties

Link copied to clipboard
open val display: Display?

The GdkDisplay used to create the GdkDrawContext.

Link copied to clipboard
val gdkDrawContextPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val gdkVulkanContextPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open val gioInitablePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
open val surface: Surface?

The GdkSurface the context is bound to.

Functions

Link copied to clipboard
open fun beginFrame(region: <Error class: unknown class>)

This is deprecated since version 4.16.

Link copied to clipboard

Emits the "images-updated" signal. See onImagesUpdated.

Link copied to clipboard
open fun endFrame()

This is deprecated since version 4.16.

Link copied to clipboard
open fun getFrameRegion(): <Error class: unknown class>?

This is deprecated since version 4.16.

Link copied to clipboard
open fun isInFrame(): Boolean

This is deprecated since version 4.16.

Link copied to clipboard
fun onImagesUpdated(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>

Emitted when the images managed by this context have changed.