Interface VulkanMemoryTypeType
- All Known Implementing Classes:
VulkanMemoryType
@Immutable
public interface VulkanMemoryTypeType
A memory type.
-
Method Details
-
index
VulkanMemoryTypeIndex index()- Returns:
- The type index
-
heapIndex
VulkanMemoryHeapIndex heapIndex()- Returns:
- The memory heap to which this memory type corresponds
-
flags
Set<VulkanMemoryPropertyFlag> flags()- Returns:
- The properties of the heap
-