Uses of Record Class
club.doki7.vulkan.datatype.VkImageCopy2
Packages that use VkImageCopy2
-
Uses of VkImageCopy2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImageCopy2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkImageCopy2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImageCopy2Modifier and TypeMethodDescriptionstatic VkImageCopy2
@NotNull VkImageCopy2
VkImageCopy2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkImageCopy2
VkImageCopy2.clone
(Arena arena, VkImageCopy2 src) VkImageCopy2.dstOffset
(@NotNull VkOffset3D value) VkImageCopy2.dstOffset
(Consumer<@NotNull VkOffset3D> consumer) VkImageCopy2.dstSubresource
(@NotNull VkImageSubresourceLayers value) VkImageCopy2.dstSubresource
(Consumer<@NotNull VkImageSubresourceLayers> consumer) VkImageCopy2.extent
(@NotNull VkExtent3D value) VkImageCopy2.extent
(Consumer<@NotNull VkExtent3D> consumer) @Nullable VkImageCopy2
VkCopyImageInfo2.pRegions()
@Nullable VkImageCopy2
VkCopyImageToImageInfo.pRegions()
VkImageCopy2.srcOffset
(@NotNull VkOffset3D value) VkImageCopy2.srcOffset
(Consumer<@NotNull VkOffset3D> consumer) VkImageCopy2.srcSubresource
(@NotNull VkImageSubresourceLayers value) VkImageCopy2.srcSubresource
(Consumer<@NotNull VkImageSubresourceLayers> consumer) VkImageCopy2.sType
(int value) VkImageCopy2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImageCopy2Methods in club.doki7.vulkan.datatype with parameters of type VkImageCopy2Modifier and TypeMethodDescriptionstatic VkImageCopy2
VkImageCopy2.clone
(Arena arena, VkImageCopy2 src) void
VkImageCopy2.Ptr.write
(long index, @NotNull VkImageCopy2 value)