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 recordRepresents a pointer to / an array ofVkDeviceGroupBindSparseInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceGroupBindSparseInfoModifier and TypeMethodDescriptionstatic VkDeviceGroupBindSparseInfo@NotNull VkDeviceGroupBindSparseInfoVkDeviceGroupBindSparseInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDeviceGroupBindSparseInfoVkDeviceGroupBindSparseInfo.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 VkDeviceGroupBindSparseInfoVkDeviceGroupBindSparseInfo.clone(Arena arena, VkDeviceGroupBindSparseInfo src) voidVkDeviceGroupBindSparseInfo.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)