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.VulkanContext]s 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
VulkanContext self()Returns `this`, for use in `with` statements.VulkanContextGidBuilder builder()Get builder for [gdk.vulkan_context.VulkanContext] Returns: New builder objectgulong 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.Fluent builder for [gdk.vulkan_context.VulkanContext]
Methods