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