Uses of Record Class
club.doki7.vulkan.datatype.VkBufferMemoryRequirementsInfo2
Packages that use VkBufferMemoryRequirementsInfo2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkBufferMemoryRequirementsInfo2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBufferMemoryRequirementsInfo2Modifier and TypeMethodDescriptionvoid
VkDeviceCommands.getBufferMemoryRequirements2
(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getBufferMemoryRequirements2KHR
(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) -
Uses of VkBufferMemoryRequirementsInfo2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBufferMemoryRequirementsInfo2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkBufferMemoryRequirementsInfo2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferMemoryRequirementsInfo2Modifier and TypeMethodDescription@NotNull VkBufferMemoryRequirementsInfo2
VkBufferMemoryRequirementsInfo2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkBufferMemoryRequirementsInfo2.clone
(Arena arena, VkBufferMemoryRequirementsInfo2 src) VkBufferMemoryRequirementsInfo2.pNext
(@NotNull MemorySegment value) VkBufferMemoryRequirementsInfo2.sType
(int value) VkBufferMemoryRequirementsInfo2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBufferMemoryRequirementsInfo2Modifier and TypeMethodDescription@NotNull Iterator
<VkBufferMemoryRequirementsInfo2> VkBufferMemoryRequirementsInfo2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkBufferMemoryRequirementsInfo2Modifier and TypeMethodDescriptionVkBufferMemoryRequirementsInfo2.clone
(Arena arena, VkBufferMemoryRequirementsInfo2 src) void
VkBufferMemoryRequirementsInfo2.Ptr.write
(long index, @NotNull VkBufferMemoryRequirementsInfo2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBufferMemoryRequirementsInfo2Modifier and TypeMethodDescriptionVkBufferMemoryRequirementsInfo2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkBufferMemoryRequirementsInfo2> consumer)