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