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 TypeMethodDescriptionvoidVkDeviceCommands.cmdCopyImage2(VkCommandBuffer commandBuffer, VkCopyImageInfo2 pCopyImageInfo) voidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkCopyImageInfo2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyImageInfo2Modifier and TypeMethodDescriptionstatic VkCopyImageInfo2@NotNull VkCopyImageInfo2VkCopyImageInfo2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkCopyImageInfo2VkCopyImageInfo2.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 VkCopyImageInfo2VkCopyImageInfo2.clone(Arena arena, VkCopyImageInfo2 src) voidVkCopyImageInfo2.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)