Uses of Record Class
club.doki7.vulkan.datatype.VkBufferImageCopy2
Packages that use VkBufferImageCopy2
-
Uses of VkBufferImageCopy2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBufferImageCopy2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkBufferImageCopy2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferImageCopy2Modifier and TypeMethodDescriptionstatic VkBufferImageCopy2
@NotNull VkBufferImageCopy2
VkBufferImageCopy2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkBufferImageCopy2.bufferImageHeight
(int value) VkBufferImageCopy2.bufferOffset
(long value) VkBufferImageCopy2.bufferRowLength
(int value) static VkBufferImageCopy2
VkBufferImageCopy2.clone
(Arena arena, VkBufferImageCopy2 src) VkBufferImageCopy2.imageExtent
(@NotNull VkExtent3D value) VkBufferImageCopy2.imageExtent
(Consumer<@NotNull VkExtent3D> consumer) VkBufferImageCopy2.imageOffset
(@NotNull VkOffset3D value) VkBufferImageCopy2.imageOffset
(Consumer<@NotNull VkOffset3D> consumer) VkBufferImageCopy2.imageSubresource
(@NotNull VkImageSubresourceLayers value) VkBufferImageCopy2.imageSubresource
(Consumer<@NotNull VkImageSubresourceLayers> consumer) VkBufferImageCopy2.pNext
(@NotNull MemorySegment value) @Nullable VkBufferImageCopy2
VkCopyBufferToImageInfo2.pRegions()
@Nullable VkBufferImageCopy2
VkCopyImageToBufferInfo2.pRegions()
VkBufferImageCopy2.sType
(int value) VkBufferImageCopy2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBufferImageCopy2Modifier and TypeMethodDescription@NotNull Iterator
<VkBufferImageCopy2> VkBufferImageCopy2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkBufferImageCopy2Modifier and TypeMethodDescriptionstatic VkBufferImageCopy2
VkBufferImageCopy2.clone
(Arena arena, VkBufferImageCopy2 src) void
VkBufferImageCopy2.Ptr.write
(long index, @NotNull VkBufferImageCopy2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBufferImageCopy2Modifier and TypeMethodDescriptionVkBufferImageCopy2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkBufferImageCopy2> consumer)