Buffer barrier for wis::CommandList.
uint64_t offset = 0;
uint64_t size = UINT64_MAX;
};
ResourceAccess
Resource access flags. Determine how resource will be accessed. Used in Barriers.
BarrierSync
Barrier synchronization flags. Used to synchronize resources between different stages of the pipeline...
Buffer barrier for wis::CommandList.
Definition at line 1921 of file api.hpp.
#include <api.hpp>
◆ access_after
Resource access after the barrier.
Definition at line 1925 of file api.hpp.
◆ access_before
Resource access before the barrier.
Definition at line 1924 of file api.hpp.
◆ offset
uint64_t wis::BufferBarrier::offset = 0 |
Offset in the buffer in bytes. Default is 0.
Definition at line 1926 of file api.hpp.
◆ size
uint64_t wis::BufferBarrier::size = UINT64_MAX |
Size of the buffer in bytes. Default is UINT64_MAX, which means entire buffer.
Definition at line 1927 of file api.hpp.
◆ sync_after
Synchronization after the barrier.
Definition at line 1923 of file api.hpp.
◆ sync_before
Synchronization before the barrier.
Definition at line 1922 of file api.hpp.
The documentation for this struct was generated from the following file:
- /home/runner/work/Wisdom/Wisdom/wisdom/include/wisdom/generated/api/api.hpp