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 TypeMethodDescriptionvoid
VkInstanceCommands.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 record
Represents a pointer to / an array ofVkPhysicalDeviceMemoryProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMemoryPropertiesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceMemoryProperties
VkPhysicalDeviceMemoryProperties.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) @NotNull VkPhysicalDeviceMemoryProperties
VkPhysicalDeviceMemoryProperties2.memoryProperties()
VkPhysicalDeviceMemoryProperties.memoryTypeCount
(int value) VkPhysicalDeviceMemoryProperties.memoryTypes
(VkMemoryType.Ptr value) 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) void
VkPhysicalDeviceMemoryProperties.Ptr.write
(long index, @NotNull VkPhysicalDeviceMemoryProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMemoryPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceMemoryProperties2.memoryProperties
(Consumer<@NotNull VkPhysicalDeviceMemoryProperties> consumer)