Uses of Record Class
club.doki7.vulkan.datatype.VkBindSparseInfo
Packages that use VkBindSparseInfo
-
Uses of VkBindSparseInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBindSparseInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkBindSparseInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBindSparseInfoModifier and TypeMethodDescriptionstatic VkBindSparseInfo
@NotNull VkBindSparseInfo
VkBindSparseInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkBindSparseInfo.bufferBindCount
(int value) static VkBindSparseInfo
VkBindSparseInfo.clone
(Arena arena, VkBindSparseInfo src) VkBindSparseInfo.imageBindCount
(int value) VkBindSparseInfo.imageOpaqueBindCount
(int value) VkBindSparseInfo.pBufferBinds
(@Nullable IVkSparseBufferMemoryBindInfo value) VkBindSparseInfo.pImageBinds
(@Nullable IVkSparseImageMemoryBindInfo value) VkBindSparseInfo.pImageOpaqueBinds
(@Nullable IVkSparseImageOpaqueMemoryBindInfo value) VkBindSparseInfo.pNext
(@NotNull MemorySegment value) VkBindSparseInfo.pSignalSemaphores
(VkSemaphore.Ptr value) VkBindSparseInfo.pWaitSemaphores
(VkSemaphore.Ptr value) VkBindSparseInfo.signalSemaphoreCount
(int value) VkBindSparseInfo.sType
(int value) VkBindSparseInfo.Ptr.toArray()
VkBindSparseInfo.waitSemaphoreCount
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBindSparseInfoModifier and TypeMethodDescription@NotNull Iterator
<VkBindSparseInfo> VkBindSparseInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkBindSparseInfoModifier and TypeMethodDescriptionstatic VkBindSparseInfo
VkBindSparseInfo.clone
(Arena arena, VkBindSparseInfo src) void
VkBindSparseInfo.Ptr.write
(long index, @NotNull VkBindSparseInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBindSparseInfoModifier and TypeMethodDescriptionVkBindSparseInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkBindSparseInfo> consumer)