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 recordRepresents a pointer to / an array ofVkBindSparseInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBindSparseInfoModifier and TypeMethodDescriptionstatic VkBindSparseInfo@NotNull VkBindSparseInfoVkBindSparseInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkBindSparseInfo.bufferBindCount(int value) static VkBindSparseInfoVkBindSparseInfo.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 VkBindSparseInfoVkBindSparseInfo.clone(Arena arena, VkBindSparseInfo src) voidVkBindSparseInfo.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)