Uses of Interface
club.doki7.vulkan.datatype.IVkImageMemoryBarrier
Packages that use IVkImageMemoryBarrier
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of IVkImageMemoryBarrier in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkImageMemoryBarrierModifier 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 IVkImageMemoryBarrier in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkImageMemoryBarrierModifier and TypeClassDescriptionfinal recordRepresents a pointer to aVkImageMemoryBarrierstructure in native memory.static final recordRepresents a pointer to / an array ofVkImageMemoryBarrierstructure(s) in native memory.