Uses of Interface
club.doki7.vulkan.datatype.IVkBufferCopy
Packages that use IVkBufferCopy
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of IVkBufferCopy in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkBufferCopyModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdCopyBuffer(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, int regionCount, IVkBufferCopy pRegions) -
Uses of IVkBufferCopy in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkBufferCopyModifier and TypeClassDescriptionfinal recordRepresents a pointer to aVkBufferCopystructure in native memory.static final recordRepresents a pointer to / an array ofVkBufferCopystructure(s) in native memory.