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 TypeMethodDescriptionvoidVkDeviceCommands.cmdCopyBufferToImage(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, int dstImageLayout, int regionCount, IVkBufferImageCopy pRegions) voidVkDeviceCommands.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 recordRepresents a pointer to aVkBufferImageCopystructure in native memory.static final recordRepresents a pointer to / an array ofVkBufferImageCopystructure(s) in native memory.