VulkanContextImpl

class VulkanContextImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : VulkanContext

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

Constructors

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

Creates a new instance of VulkanContext for the provided CPointer.

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>)

Indicates that you are beginning the process of redrawing @region on the @context's surface.

Link copied to clipboard

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

Link copied to clipboard
open fun endFrame()

Ends a drawing operation started with gdk_draw_context_begin_frame().

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

Retrieves the region that is currently being repainted.

Link copied to clipboard
open fun isInFrame(): Boolean

Returns true if @context is in the process of drawing to its surface.

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.