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 record
Represents a pointer to / an array ofVkIndirectCommandsTokenDataEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsTokenDataEXTModifier and TypeMethodDescription@NotNull VkIndirectCommandsTokenDataEXT
VkIndirectCommandsTokenDataEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkIndirectCommandsTokenDataEXT.clone
(Arena arena, VkIndirectCommandsTokenDataEXT src) @NotNull VkIndirectCommandsTokenDataEXT
VkIndirectCommandsLayoutTokenEXT.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) void
VkIndirectCommandsTokenDataEXT.Ptr.write
(long index, @NotNull VkIndirectCommandsTokenDataEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectCommandsTokenDataEXTModifier and TypeMethodDescriptionVkIndirectCommandsLayoutTokenEXT.data
(Consumer<@NotNull VkIndirectCommandsTokenDataEXT> consumer)