Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMemoryProperties
Packages that use VkPhysicalDeviceMemoryProperties
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPhysicalDeviceMemoryProperties in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceMemoryPropertiesModifier and TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceMemoryProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties pMemoryProperties) -
Uses of VkPhysicalDeviceMemoryProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceMemoryPropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceMemoryPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMemoryPropertiesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceMemoryPropertiesVkPhysicalDeviceMemoryProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceMemoryProperties.clone(Arena arena, VkPhysicalDeviceMemoryProperties src) VkPhysicalDeviceMemoryProperties.memoryHeapCount(int value) VkPhysicalDeviceMemoryProperties.memoryHeaps(VkMemoryHeap.Ptr value) VkPhysicalDeviceMemoryProperties.memoryHeaps(@NotNull Consumer<VkMemoryHeap.Ptr> consumer) @NotNull VkPhysicalDeviceMemoryPropertiesVkPhysicalDeviceMemoryProperties2.memoryProperties()VkPhysicalDeviceMemoryProperties.memoryTypeCount(int value) VkPhysicalDeviceMemoryProperties.memoryTypes(VkMemoryType.Ptr value) VkPhysicalDeviceMemoryProperties.memoryTypes(@NotNull Consumer<VkMemoryType.Ptr> consumer) VkPhysicalDeviceMemoryProperties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceMemoryPropertiesModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceMemoryProperties> VkPhysicalDeviceMemoryProperties.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceMemoryPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceMemoryProperties.clone(Arena arena, VkPhysicalDeviceMemoryProperties src) VkPhysicalDeviceMemoryProperties2.memoryProperties(@NotNull VkPhysicalDeviceMemoryProperties value) voidVkPhysicalDeviceMemoryProperties.Ptr.write(long index, @NotNull VkPhysicalDeviceMemoryProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMemoryPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceMemoryProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMemoryProperties> consumer) VkPhysicalDeviceMemoryProperties2.memoryProperties(Consumer<@NotNull VkPhysicalDeviceMemoryProperties> consumer)