Opaque handle to a node in a JobGraph. Returned by the Add* builders and passed to JobGraph::DependsOn / JobGraph::Wait.
More...
#include <JobGraph.hpp>
|
| bool | Valid () const noexcept |
| |
|
| static constexpr size_t | kInvalid = ~static_cast<size_t>(0) |
| |
Opaque handle to a node in a JobGraph. Returned by the Add* builders and passed to JobGraph::DependsOn / JobGraph::Wait.
◆ Valid()
| bool Foundation::Core::JobHandle::Valid |
( |
| ) |
const |
|
inlinenoexcept |
◆ id
| size_t Foundation::Core::JobHandle::id {kInvalid} |
◆ kInvalid
| constexpr size_t Foundation::Core::JobHandle::kInvalid = ~static_cast<size_t>(0) |
|
staticconstexpr |
The documentation for this struct was generated from the following file: