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