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