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 TypeMethodDescriptionvoidVkDeviceCommands.cmdPipelineBarrier(VkCommandBuffer commandBuffer, int srcStageMask, int dstStageMask, int dependencyFlags, int memoryBarrierCount, @Nullable IVkMemoryBarrier pMemoryBarriers, int bufferMemoryBarrierCount, @Nullable IVkBufferMemoryBarrier pBufferMemoryBarriers, int imageMemoryBarrierCount, @Nullable IVkImageMemoryBarrier pImageMemoryBarriers) voidVkDeviceCommands.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 recordRepresents a pointer to aVkMemoryBarrierstructure in native memory.static final recordRepresents a pointer to / an array ofVkMemoryBarrierstructure(s) in native memory.