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 recordRepresents a pointer to / an array ofVkBufferCopy2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferCopy2Modifier and TypeMethodDescriptionstatic VkBufferCopy2@NotNull VkBufferCopy2VkBufferCopy2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkBufferCopy2VkBufferCopy2.clone(Arena arena, VkBufferCopy2 src) VkBufferCopy2.dstOffset(long value) VkBufferCopy2.pNext(@NotNull MemorySegment value) @Nullable VkBufferCopy2VkCopyBufferInfo2.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 VkBufferCopy2VkBufferCopy2.clone(Arena arena, VkBufferCopy2 src) voidVkBufferCopy2.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)