Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryRequirements2
Packages that use VkMemoryRequirements2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkMemoryRequirements2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemoryRequirements2Modifier and TypeMethodDescriptionvoid
VkDeviceCommands.getAccelerationStructureMemoryRequirementsNV
(VkDevice device, VkAccelerationStructureMemoryRequirementsInfoNV pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getBufferMemoryRequirements2
(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getBufferMemoryRequirements2KHR
(VkDevice device, VkBufferMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceBufferMemoryRequirements
(VkDevice device, VkDeviceBufferMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceBufferMemoryRequirementsKHR
(VkDevice device, VkDeviceBufferMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceImageMemoryRequirements
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getDeviceImageMemoryRequirementsKHR
(VkDevice device, VkDeviceImageMemoryRequirements pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getGeneratedCommandsMemoryRequirementsEXT
(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoEXT pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getGeneratedCommandsMemoryRequirementsNV
(VkDevice device, VkGeneratedCommandsMemoryRequirementsInfoNV pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getImageMemoryRequirements2
(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getImageMemoryRequirements2KHR
(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) void
VkDeviceCommands.getPipelineIndirectMemoryRequirementsNV
(VkDevice device, VkComputePipelineCreateInfo pCreateInfo, VkMemoryRequirements2 pMemoryRequirements) -
Uses of VkMemoryRequirements2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryRequirements2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryRequirements2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryRequirements2Modifier and TypeMethodDescriptionstatic VkMemoryRequirements2
@NotNull VkMemoryRequirements2
VkMemoryRequirements2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMemoryRequirements2
VkMemoryRequirements2.clone
(Arena arena, VkMemoryRequirements2 src) VkMemoryRequirements2.memoryRequirements
(@NotNull VkMemoryRequirements value) VkMemoryRequirements2.memoryRequirements
(Consumer<@NotNull VkMemoryRequirements> consumer) VkMemoryRequirements2.pNext
(@NotNull MemorySegment value) VkMemoryRequirements2.sType
(int value) VkMemoryRequirements2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryRequirements2Modifier and TypeMethodDescription@NotNull Iterator
<VkMemoryRequirements2> VkMemoryRequirements2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryRequirements2Modifier and TypeMethodDescriptionstatic VkMemoryRequirements2
VkMemoryRequirements2.clone
(Arena arena, VkMemoryRequirements2 src) void
VkMemoryRequirements2.Ptr.write
(long index, @NotNull VkMemoryRequirements2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryRequirements2Modifier and TypeMethodDescriptionVkMemoryRequirements2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryRequirements2> consumer)