#include <Barriers.h>
|
static TransitionInfo | getTransitionInfo (const VkImageLayout &oldLayout, const VkImageLayout &newLayout) |
| Returns the right values for the mask and source/destination stage for a transition based on the old and new layouts. More...
|
|
◆ ImageMemoryBarrier()
Vulkan::SynchronizationPrimitives::ImageMemoryBarrier::ImageMemoryBarrier |
( |
const Image & |
image, |
|
|
const VkImageLayout & |
oldLayout, |
|
|
const VkImageLayout & |
newLayout |
|
) |
| |
|
inline |
◆ getTransitionInfo()
static TransitionInfo Vulkan::SynchronizationPrimitives::ImageMemoryBarrier::getTransitionInfo |
( |
const VkImageLayout & |
oldLayout, |
|
|
const VkImageLayout & |
newLayout |
|
) |
| |
|
inlinestatic |
Returns the right values for the mask and source/destination stage for a transition based on the old and new layouts.
◆ operator+()
const VkImageMemoryBarrier & Vulkan::SynchronizationPrimitives::ImageMemoryBarrier::operator+ |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: