Uses of Record Class
club.doki7.vulkan.datatype.VkImageMemoryRequirementsInfo2
Packages that use VkImageMemoryRequirementsInfo2
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkImageMemoryRequirementsInfo2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImageMemoryRequirementsInfo2Modifier and TypeMethodDescriptionvoidVkDeviceCommands.getImageMemoryRequirements2(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) voidVkDeviceCommands.getImageMemoryRequirements2KHR(VkDevice device, VkImageMemoryRequirementsInfo2 pInfo, VkMemoryRequirements2 pMemoryRequirements) -
Uses of VkImageMemoryRequirementsInfo2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageMemoryRequirementsInfo2Modifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkImageMemoryRequirementsInfo2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageMemoryRequirementsInfo2Modifier and TypeMethodDescription@NotNull VkImageMemoryRequirementsInfo2VkImageMemoryRequirementsInfo2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkImageMemoryRequirementsInfo2.clone(Arena arena, VkImageMemoryRequirementsInfo2 src) VkImageMemoryRequirementsInfo2.pNext(@NotNull MemorySegment value) VkImageMemoryRequirementsInfo2.sType(int value) VkImageMemoryRequirementsInfo2.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageMemoryRequirementsInfo2Modifier and TypeMethodDescription@NotNull Iterator<VkImageMemoryRequirementsInfo2> VkImageMemoryRequirementsInfo2.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkImageMemoryRequirementsInfo2Modifier and TypeMethodDescriptionVkImageMemoryRequirementsInfo2.clone(Arena arena, VkImageMemoryRequirementsInfo2 src) voidVkImageMemoryRequirementsInfo2.Ptr.write(long index, @NotNull VkImageMemoryRequirementsInfo2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImageMemoryRequirementsInfo2Modifier and TypeMethodDescriptionVkImageMemoryRequirementsInfo2.Ptr.at(long index, @NotNull Consumer<@NotNull VkImageMemoryRequirementsInfo2> consumer)