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 recordRepresents a pointer to / an array ofVkBufferCopystructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferCopyModifier and TypeMethodDescriptionstatic VkBufferCopy@NotNull VkBufferCopyVkBufferCopy.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkBufferCopyVkBufferCopy.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 VkBufferCopyVkBufferCopy.clone(Arena arena, VkBufferCopy src) voidVkBufferCopy.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)