tess 0.4.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
residency.h
1#pragma once
2
3#include <tess/core/shape.h>
4
5#include <cstddef>
6#include <cstdint>
7
8namespace tess {
9
18
27 std::size_t byte_budget = 0;
28};
29
39 ChunkKey key{};
40 std::uint64_t generation = 0;
41
42 friend constexpr bool operator==(ResidencyHandle lhs,
43 ResidencyHandle rhs) noexcept = default;
44};
45
46} // namespace tess
Definition shape.h:67
Definition residency.h:20
std::size_t byte_budget
Definition residency.h:27
Definition residency.h:38
Definition residency.h:17