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