Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsTokenDataEXT
Packages that use VkIndirectCommandsTokenDataEXT
-
Uses of VkIndirectCommandsTokenDataEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectCommandsTokenDataEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkIndirectCommandsTokenDataEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsTokenDataEXTModifier and TypeMethodDescription@NotNull VkIndirectCommandsTokenDataEXTVkIndirectCommandsTokenDataEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkIndirectCommandsTokenDataEXT.clone(Arena arena, VkIndirectCommandsTokenDataEXT src) @NotNull VkIndirectCommandsTokenDataEXTVkIndirectCommandsLayoutTokenEXT.data()VkIndirectCommandsTokenDataEXT.pExecutionSet(@Nullable IVkIndirectCommandsExecutionSetTokenEXT value) VkIndirectCommandsTokenDataEXT.pIndexBuffer(@Nullable IVkIndirectCommandsIndexBufferTokenEXT value) VkIndirectCommandsTokenDataEXT.pPushConstant(@Nullable IVkIndirectCommandsPushConstantTokenEXT value) VkIndirectCommandsTokenDataEXT.pVertexBuffer(@Nullable IVkIndirectCommandsVertexBufferTokenEXT value) VkIndirectCommandsTokenDataEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectCommandsTokenDataEXTModifier and TypeMethodDescription@NotNull Iterator<VkIndirectCommandsTokenDataEXT> VkIndirectCommandsTokenDataEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsTokenDataEXTModifier and TypeMethodDescriptionVkIndirectCommandsTokenDataEXT.clone(Arena arena, VkIndirectCommandsTokenDataEXT src) VkIndirectCommandsLayoutTokenEXT.data(@NotNull VkIndirectCommandsTokenDataEXT value) voidVkIndirectCommandsTokenDataEXT.Ptr.write(long index, @NotNull VkIndirectCommandsTokenDataEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectCommandsTokenDataEXTModifier and TypeMethodDescriptionVkIndirectCommandsTokenDataEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectCommandsTokenDataEXT> consumer) VkIndirectCommandsLayoutTokenEXT.data(Consumer<@NotNull VkIndirectCommandsTokenDataEXT> consumer)