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 record
Represents a pointer to / an array ofVkDispatchTileInfoQCOM
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDispatchTileInfoQCOMModifier and TypeMethodDescriptionstatic VkDispatchTileInfoQCOM
@NotNull VkDispatchTileInfoQCOM
VkDispatchTileInfoQCOM.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDispatchTileInfoQCOM
VkDispatchTileInfoQCOM.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 VkDispatchTileInfoQCOM
VkDispatchTileInfoQCOM.clone
(Arena arena, VkDispatchTileInfoQCOM src) void
VkDispatchTileInfoQCOM.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)