Interface VulkanMemoryHeapType

All Known Implementing Classes:
VulkanMemoryHeap

@Immutable public interface VulkanMemoryHeapType
Structure specifying a memory heap.
See Also:
  • "VkMemoryHeap"
  • Method Details

    • index

      @Parameter VulkanMemoryHeapIndex index()
      Returns:
      The heap index
    • size

      @Parameter long size()
      Returns:
      The total memory size in bytes in the heap.
    • flags

      @Parameter Set<VulkanMemoryHeapFlag> flags()
      Returns:
      The flags for the heap