Package org.gnome.gdk

Class VulkanContext

java.lang.Object
All Implemented Interfaces:
Proxy, Initable
Direct Known Subclasses:
VulkanContext.VulkanContextImpl

@Generated("io.github.jwharm.JavaGI") @Deprecated public abstract class VulkanContext extends DrawContext implements Initable
Deprecated.
GdkVulkanContext is an object representing the platform-specific Vulkan draw context.

GdkVulkanContexts are created for a surface using Surface.createVulkanContext(), and the context will match the characteristics of the surface.

Support for GdkVulkanContext is platform-specific and context creation can fail, returning null context.