Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceGroupBindSparseInfo
Packages that use VkDeviceGroupBindSparseInfo
-
Uses of VkDeviceGroupBindSparseInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceGroupBindSparseInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceGroupBindSparseInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceGroupBindSparseInfoModifier and TypeMethodDescriptionstatic VkDeviceGroupBindSparseInfo
@NotNull VkDeviceGroupBindSparseInfo
VkDeviceGroupBindSparseInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDeviceGroupBindSparseInfo
VkDeviceGroupBindSparseInfo.clone
(Arena arena, VkDeviceGroupBindSparseInfo src) VkDeviceGroupBindSparseInfo.memoryDeviceIndex
(int value) VkDeviceGroupBindSparseInfo.pNext
(@NotNull MemorySegment value) VkDeviceGroupBindSparseInfo.resourceDeviceIndex
(int value) VkDeviceGroupBindSparseInfo.sType
(int value) VkDeviceGroupBindSparseInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceGroupBindSparseInfoModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceGroupBindSparseInfo> VkDeviceGroupBindSparseInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceGroupBindSparseInfoModifier and TypeMethodDescriptionstatic VkDeviceGroupBindSparseInfo
VkDeviceGroupBindSparseInfo.clone
(Arena arena, VkDeviceGroupBindSparseInfo src) void
VkDeviceGroupBindSparseInfo.Ptr.write
(long index, @NotNull VkDeviceGroupBindSparseInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceGroupBindSparseInfoModifier and TypeMethodDescriptionVkDeviceGroupBindSparseInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDeviceGroupBindSparseInfo> consumer)