Uses of Record Class
club.doki7.vulkan.datatype.VkCopyMemoryIndirectCommandNV
Packages that use VkCopyMemoryIndirectCommandNV
-
Uses of VkCopyMemoryIndirectCommandNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCopyMemoryIndirectCommandNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCopyMemoryIndirectCommandNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyMemoryIndirectCommandNVModifier and TypeMethodDescription@NotNull VkCopyMemoryIndirectCommandNV
VkCopyMemoryIndirectCommandNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkCopyMemoryIndirectCommandNV.clone
(Arena arena, VkCopyMemoryIndirectCommandNV src) VkCopyMemoryIndirectCommandNV.dstAddress
(long value) VkCopyMemoryIndirectCommandNV.size
(long value) VkCopyMemoryIndirectCommandNV.srcAddress
(long value) VkCopyMemoryIndirectCommandNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCopyMemoryIndirectCommandNVModifier and TypeMethodDescription@NotNull Iterator
<VkCopyMemoryIndirectCommandNV> VkCopyMemoryIndirectCommandNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCopyMemoryIndirectCommandNVModifier and TypeMethodDescriptionVkCopyMemoryIndirectCommandNV.clone
(Arena arena, VkCopyMemoryIndirectCommandNV src) void
VkCopyMemoryIndirectCommandNV.Ptr.write
(long index, @NotNull VkCopyMemoryIndirectCommandNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCopyMemoryIndirectCommandNVModifier and TypeMethodDescriptionVkCopyMemoryIndirectCommandNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkCopyMemoryIndirectCommandNV> consumer)