Uses of Interface
club.doki7.vulkan.datatype.IVkImageCopy
Packages that use IVkImageCopy
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkImageCopy in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkImageCopyModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdCopyImage
(VkCommandBuffer commandBuffer, VkImage srcImage, int srcImageLayout, VkImage dstImage, int dstImageLayout, int regionCount, IVkImageCopy pRegions) -
Uses of IVkImageCopy in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkImageCopyModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkImageCopy
structure in native memory.static final record
Represents a pointer to / an array ofVkImageCopy
structure(s) in native memory.