Class VulkanErrorCodes

java.lang.Object
com.io7m.jcoronado.api.VulkanErrorCodes

public final class VulkanErrorCodes extends Object
Functions to map error codes to humanly readable names.
  • Method Details

    • errorName

      public static Optional<String> errorName(int code)
      Parameters:
      code - The error code
      Returns:
      The name of the given error code, or nothing if the code is not recognized