Interface VulkanMemoryAllocateInfoType
- All Known Implementing Classes:
VulkanMemoryAllocateInfo
@Immutable
public interface VulkanMemoryAllocateInfoType
- See Also:
-
Method Summary
-
Method Details
-
size
@Parameter long size()- Returns:
- The size of the allocation in bytes
-
memoryTypeIndex
- Returns:
- An index identifying a memory type from the memoryTypes array of the VkPhysicalDeviceMemoryProperties structure
-