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 recordRepresents a pointer to / an array ofVkMemoryTypestructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryTypeModifier and TypeMethodDescriptionstatic VkMemoryType@NotNull VkMemoryTypeVkMemoryType.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryTypeVkMemoryType.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 VkMemoryTypeVkMemoryType.clone(Arena arena, VkMemoryType src) voidVkPhysicalDeviceMemoryProperties.memoryTypesAt(int index, VkMemoryType value) voidVkMemoryType.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)