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 TypeMethodDescriptionvoid
VkDeviceCommands.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 record
Represents a pointer to aVkBufferCopy
structure in native memory.static final record
Represents a pointer to / an array ofVkBufferCopy
structure(s) in native memory.