Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceMemoryProperties2
Packages that use VkPhysicalDeviceMemoryProperties2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPhysicalDeviceMemoryProperties2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceMemoryProperties2Modifier and TypeMethodDescriptionvoid
VkInstanceCommands.getPhysicalDeviceMemoryProperties2
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2 pMemoryProperties) void
VkInstanceCommands.getPhysicalDeviceMemoryProperties2KHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2 pMemoryProperties) -
Uses of VkPhysicalDeviceMemoryProperties2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceMemoryProperties2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceMemoryProperties2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceMemoryProperties2Modifier and TypeMethodDescription@NotNull VkPhysicalDeviceMemoryProperties2
VkPhysicalDeviceMemoryProperties2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceMemoryProperties2.clone
(Arena arena, VkPhysicalDeviceMemoryProperties2 src) VkPhysicalDeviceMemoryProperties2.memoryProperties
(@NotNull VkPhysicalDeviceMemoryProperties value) VkPhysicalDeviceMemoryProperties2.memoryProperties
(Consumer<@NotNull VkPhysicalDeviceMemoryProperties> consumer) VkPhysicalDeviceMemoryProperties2.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceMemoryProperties2.sType
(int value) VkPhysicalDeviceMemoryProperties2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceMemoryProperties2Modifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceMemoryProperties2> VkPhysicalDeviceMemoryProperties2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceMemoryProperties2Modifier and TypeMethodDescriptionVkPhysicalDeviceMemoryProperties2.clone
(Arena arena, VkPhysicalDeviceMemoryProperties2 src) void
VkPhysicalDeviceMemoryProperties2.Ptr.write
(long index, @NotNull VkPhysicalDeviceMemoryProperties2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceMemoryProperties2Modifier and TypeMethodDescriptionVkPhysicalDeviceMemoryProperties2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceMemoryProperties2> consumer)