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