[ CCode ( type_id = "gdk_vulkan_context_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "4.14" ) ]
public abstract class VulkanContext : DrawContext
Warning: VulkanContext is deprecated since 4.14.
Represents the platform-specific Vulkan draw context.
GTK does not expose any Vulkan internals. This struct is a leftover that was accidentally exposed.
`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.