Uses of Record Class
club.doki7.vulkan.datatype.VkCopyImageInfo2
Packages that use VkCopyImageInfo2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkCopyImageInfo2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCopyImageInfo2Modifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdCopyImage2
(VkCommandBuffer commandBuffer, VkCopyImageInfo2 pCopyImageInfo) void
VkDeviceCommands.cmdCopyImage2KHR
(VkCommandBuffer commandBuffer, VkCopyImageInfo2 pCopyImageInfo) -
Uses of VkCopyImageInfo2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCopyImageInfo2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCopyImageInfo2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyImageInfo2Modifier and TypeMethodDescriptionstatic VkCopyImageInfo2
@NotNull VkCopyImageInfo2
VkCopyImageInfo2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkCopyImageInfo2
VkCopyImageInfo2.clone
(Arena arena, VkCopyImageInfo2 src) VkCopyImageInfo2.dstImageLayout
(int value) VkCopyImageInfo2.pNext
(@NotNull MemorySegment value) VkCopyImageInfo2.pRegions
(@Nullable IVkImageCopy2 value) VkCopyImageInfo2.regionCount
(int value) VkCopyImageInfo2.srcImageLayout
(int value) VkCopyImageInfo2.sType
(int value) VkCopyImageInfo2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCopyImageInfo2Modifier and TypeMethodDescription@NotNull Iterator
<VkCopyImageInfo2> VkCopyImageInfo2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCopyImageInfo2Modifier and TypeMethodDescriptionstatic VkCopyImageInfo2
VkCopyImageInfo2.clone
(Arena arena, VkCopyImageInfo2 src) void
VkCopyImageInfo2.Ptr.write
(long index, @NotNull VkCopyImageInfo2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCopyImageInfo2Modifier and TypeMethodDescriptionVkCopyImageInfo2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkCopyImageInfo2> consumer)