Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryType
Packages that use VkMemoryType
-
Uses of VkMemoryType in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryTypeModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryType
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryTypeModifier and TypeMethodDescriptionstatic VkMemoryType
@NotNull VkMemoryType
VkMemoryType.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMemoryType
VkMemoryType.clone
(Arena arena, VkMemoryType src) VkMemoryType.heapIndex
(int value) VkPhysicalDeviceMemoryProperties.memoryTypesAt
(int index) VkMemoryType.propertyFlags
(int value) VkMemoryType.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryTypeMethods in club.doki7.vulkan.datatype with parameters of type VkMemoryTypeModifier and TypeMethodDescriptionstatic VkMemoryType
VkMemoryType.clone
(Arena arena, VkMemoryType src) void
VkPhysicalDeviceMemoryProperties.memoryTypesAt
(int index, VkMemoryType value) void
VkMemoryType.Ptr.write
(long index, @NotNull VkMemoryType value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryTypeModifier and TypeMethodDescriptionVkMemoryType.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryType> consumer)