Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryToImageCopy
Packages that use VkMemoryToImageCopy
-
Uses of VkMemoryToImageCopy in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryToImageCopyModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryToImageCopy
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryToImageCopyModifier and TypeMethodDescriptionstatic VkMemoryToImageCopy
@NotNull VkMemoryToImageCopy
VkMemoryToImageCopy.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMemoryToImageCopy
VkMemoryToImageCopy.clone
(Arena arena, VkMemoryToImageCopy src) VkMemoryToImageCopy.imageExtent
(@NotNull VkExtent3D value) VkMemoryToImageCopy.imageExtent
(Consumer<@NotNull VkExtent3D> consumer) VkMemoryToImageCopy.imageOffset
(@NotNull VkOffset3D value) VkMemoryToImageCopy.imageOffset
(Consumer<@NotNull VkOffset3D> consumer) VkMemoryToImageCopy.imageSubresource
(@NotNull VkImageSubresourceLayers value) VkMemoryToImageCopy.imageSubresource
(Consumer<@NotNull VkImageSubresourceLayers> consumer) VkMemoryToImageCopy.memoryImageHeight
(int value) VkMemoryToImageCopy.memoryRowLength
(int value) VkMemoryToImageCopy.pHostPointer
(@Nullable IPointer pointer) @Nullable VkMemoryToImageCopy
VkCopyMemoryToImageInfo.pRegions()
VkMemoryToImageCopy.sType
(int value) VkMemoryToImageCopy.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryToImageCopyModifier and TypeMethodDescription@NotNull Iterator
<VkMemoryToImageCopy> VkMemoryToImageCopy.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryToImageCopyModifier and TypeMethodDescriptionstatic VkMemoryToImageCopy
VkMemoryToImageCopy.clone
(Arena arena, VkMemoryToImageCopy src) void
VkMemoryToImageCopy.Ptr.write
(long index, @NotNull VkMemoryToImageCopy value)