Uses of Interface
club.doki7.vulkan.datatype.IVkMemoryBarrier
Packages that use IVkMemoryBarrier
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkMemoryBarrier in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkMemoryBarrierModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdPipelineBarrier
(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) void
VkDeviceCommands.cmdWaitEvents
(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, int srcStageMask, int dstStageMask, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) -
Uses of IVkMemoryBarrier in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkMemoryBarrierModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkMemoryBarrier
structure in native memory.static final record
Represents a pointer to / an array ofVkMemoryBarrier
structure(s) in native memory.