Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsLayoutTokenEXT
Packages that use VkIndirectCommandsLayoutTokenEXT
-
Uses of VkIndirectCommandsLayoutTokenEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectCommandsLayoutTokenEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkIndirectCommandsLayoutTokenEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsLayoutTokenEXTModifier and TypeMethodDescription@NotNull VkIndirectCommandsLayoutTokenEXTVkIndirectCommandsLayoutTokenEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkIndirectCommandsLayoutTokenEXT.clone(Arena arena, VkIndirectCommandsLayoutTokenEXT src) VkIndirectCommandsLayoutTokenEXT.data(@NotNull VkIndirectCommandsTokenDataEXT value) VkIndirectCommandsLayoutTokenEXT.data(Consumer<@NotNull VkIndirectCommandsTokenDataEXT> consumer) VkIndirectCommandsLayoutTokenEXT.offset(int value) VkIndirectCommandsLayoutTokenEXT.pNext(@NotNull MemorySegment value) @Nullable VkIndirectCommandsLayoutTokenEXTVkIndirectCommandsLayoutCreateInfoEXT.pTokens()VkIndirectCommandsLayoutTokenEXT.sType(int value) VkIndirectCommandsLayoutTokenEXT.Ptr.toArray()VkIndirectCommandsLayoutTokenEXT.type(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectCommandsLayoutTokenEXTModifier and TypeMethodDescription@NotNull Iterator<VkIndirectCommandsLayoutTokenEXT> VkIndirectCommandsLayoutTokenEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsLayoutTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsLayoutTokenEXT.clone(Arena arena, VkIndirectCommandsLayoutTokenEXT src) voidVkIndirectCommandsLayoutTokenEXT.Ptr.write(long index, @NotNull VkIndirectCommandsLayoutTokenEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectCommandsLayoutTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsLayoutTokenEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectCommandsLayoutTokenEXT> consumer)