Class VulkanAllocationFailedException

All Implemented Interfaces:
com.io7m.seltzer.api.SStructuredErrorExceptionType<String>, com.io7m.seltzer.api.SStructuredErrorType<String>, Serializable

public final class VulkanAllocationFailedException extends VulkanException
An exception raised by a memory allocation failure.
See Also:
  • Constructor Details

    • VulkanAllocationFailedException

      public VulkanAllocationFailedException(String message, long size, long alignment)
      Construct an exception.
      Parameters:
      message - The error message
      size - The requested size
      alignment - The requested alignment