Uses of Record Class
club.doki7.vulkan.datatype.VkBufferCopy2
Packages that use VkBufferCopy2
-
Uses of VkBufferCopy2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBufferCopy2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkBufferCopy2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferCopy2Modifier and TypeMethodDescriptionstatic VkBufferCopy2
@NotNull VkBufferCopy2
VkBufferCopy2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkBufferCopy2
VkBufferCopy2.clone
(Arena arena, VkBufferCopy2 src) VkBufferCopy2.dstOffset
(long value) VkBufferCopy2.pNext
(@NotNull MemorySegment value) @Nullable VkBufferCopy2
VkCopyBufferInfo2.pRegions()
VkBufferCopy2.size
(long value) VkBufferCopy2.srcOffset
(long value) VkBufferCopy2.sType
(int value) VkBufferCopy2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBufferCopy2Methods in club.doki7.vulkan.datatype with parameters of type VkBufferCopy2Modifier and TypeMethodDescriptionstatic VkBufferCopy2
VkBufferCopy2.clone
(Arena arena, VkBufferCopy2 src) void
VkBufferCopy2.Ptr.write
(long index, @NotNull VkBufferCopy2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBufferCopy2Modifier and TypeMethodDescriptionVkBufferCopy2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkBufferCopy2> consumer)