gdk.vulkan_context

Module for VulkanContext class

Types 3

gdk.vulkan_context.VulkanContext is an object representing the platform-specific Vulkan draw context.

gdk.vulkan_context.VulkanContexts are created for a surface using gdk.surface.Surface.createVulkanContext, and the context will match the characteristics of the surface.

Support for gdk.vulkan_context.VulkanContext is platform-specific and context creation can fail, returning null context.

Methods
GType _gType() @property
VulkanContext self()Returns `this`, for use in `with` statements.
VulkanContextGidBuilder builder()Get builder for [gdk.vulkan_context.VulkanContext] Returns: New builder object
gulong connectImagesUpdated(T)(T callback, Flag!"After" after = No.After) if (isCallable!T && is(ReturnType!T == void) && (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : gdk.vulkan_context.VulkanContext))) && Parameters!T.length < 2)Connect to `ImagesUpdated` signal.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
VulkanContext build()Create object from builder. Returns: New object