Package ch.bailu.gtk.gdk
Interface VulkanError
public interface VulkanError
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Vulkan support is not available on this Surfacestatic final int
Vulkan is not supported on this backend or has not been
compiled in.
-
Field Details
-
UNSUPPORTED
static final int UNSUPPORTEDVulkan is not supported on this backend or has not been
compiled in.- See Also:
-
NOT_AVAILABLE
static final int NOT_AVAILABLEVulkan support is not available on this Surface- See Also:
-