Class VulkanCallFailedException

All Implemented Interfaces:
Serializable

public final class VulkanCallFailedException extends VulkanException
An exception raised by a failing Vulkan call.
See Also:
  • Constructor Details

    • VulkanCallFailedException

      public VulkanCallFailedException(int in_code, String in_function, String message)
      Construct an exception.
      Parameters:
      in_code - The returned error code
      in_function - The function that failed
      message - The error message
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • function

      public String function()
      Returns:
      The name of the function that failed
    • errorCode

      public int errorCode()
      Returns:
      The error code returned by the function that failed