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 record
Represents a pointer to / an array ofVkIndirectCommandsStreamNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsStreamNVModifier and TypeMethodDescriptionstatic VkIndirectCommandsStreamNV
@NotNull VkIndirectCommandsStreamNV
VkIndirectCommandsStreamNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkIndirectCommandsStreamNV
VkIndirectCommandsStreamNV.clone
(Arena arena, VkIndirectCommandsStreamNV src) VkIndirectCommandsStreamNV.offset
(long value) @Nullable VkIndirectCommandsStreamNV
VkGeneratedCommandsInfoNV.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 VkIndirectCommandsStreamNV
VkIndirectCommandsStreamNV.clone
(Arena arena, VkIndirectCommandsStreamNV src) void
VkIndirectCommandsStreamNV.Ptr.write
(long index, @NotNull VkIndirectCommandsStreamNV value)