Interface VulkanError


public interface VulkanError
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Vulkan support is not available on this Surface
    static final int
    Vulkan is not supported on this backend or has not been
    compiled in.
  • Field Details

    • UNSUPPORTED

      static final int UNSUPPORTED
      Vulkan is not supported on this backend or has not been
      compiled in.
      See Also:
    • NOT_AVAILABLE

      static final int NOT_AVAILABLE
      Vulkan support is not available on this Surface
      See Also: