Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsStreamNV
Packages that use VkIndirectCommandsStreamNV
-
Uses of VkIndirectCommandsStreamNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkIndirectCommandsStreamNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkIndirectCommandsStreamNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsStreamNVModifier and TypeMethodDescriptionstatic VkIndirectCommandsStreamNV@NotNull VkIndirectCommandsStreamNVVkIndirectCommandsStreamNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkIndirectCommandsStreamNVVkIndirectCommandsStreamNV.clone(Arena arena, VkIndirectCommandsStreamNV src) VkIndirectCommandsStreamNV.offset(long value) @Nullable VkIndirectCommandsStreamNVVkGeneratedCommandsInfoNV.pStreams()VkIndirectCommandsStreamNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkIndirectCommandsStreamNVModifier and TypeMethodDescription@NotNull Iterator<VkIndirectCommandsStreamNV> VkIndirectCommandsStreamNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkIndirectCommandsStreamNVModifier and TypeMethodDescriptionstatic VkIndirectCommandsStreamNVVkIndirectCommandsStreamNV.clone(Arena arena, VkIndirectCommandsStreamNV src) voidVkIndirectCommandsStreamNV.Ptr.write(long index, @NotNull VkIndirectCommandsStreamNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkIndirectCommandsStreamNVModifier and TypeMethodDescriptionVkIndirectCommandsStreamNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkIndirectCommandsStreamNV> consumer)