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