Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsExecutionSetTokenEXT
Packages that use VkIndirectCommandsExecutionSetTokenEXT
-
Uses of VkIndirectCommandsExecutionSetTokenEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectCommandsExecutionSetTokenEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkIndirectCommandsExecutionSetTokenEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsExecutionSetTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsExecutionSetTokenEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkIndirectCommandsExecutionSetTokenEXT.clone
(Arena arena, VkIndirectCommandsExecutionSetTokenEXT src) @Nullable VkIndirectCommandsExecutionSetTokenEXT
VkIndirectCommandsTokenDataEXT.pExecutionSet()
VkIndirectCommandsExecutionSetTokenEXT.shaderStages
(int value) VkIndirectCommandsExecutionSetTokenEXT.Ptr.toArray()
VkIndirectCommandsExecutionSetTokenEXT.type
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectCommandsExecutionSetTokenEXTMethods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsExecutionSetTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsExecutionSetTokenEXT.clone
(Arena arena, VkIndirectCommandsExecutionSetTokenEXT src) void
VkIndirectCommandsExecutionSetTokenEXT.Ptr.write
(long index, @NotNull VkIndirectCommandsExecutionSetTokenEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectCommandsExecutionSetTokenEXTModifier and TypeMethodDescriptionVkIndirectCommandsExecutionSetTokenEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkIndirectCommandsExecutionSetTokenEXT> consumer)