tess 1.0.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#include <tess/storage/metadata_types.h>
5
6#include <cstddef>
7#include <cstdint>
8
9namespace tess {
10
19
28 std::size_t byte_budget = 0;
29};
30
41 ChunkKey key{};
42 ResidencyGeneration generation{};
43
44 friend constexpr bool operator==(ResidencyHandle lhs,
45 ResidencyHandle rhs) noexcept = default;
46};
47
48} // namespace tess
Definition shape.h:86
Definition residency.h:21
std::size_t byte_budget
Definition residency.h:28
Definition metadata_types.h:118
Definition residency.h:40
Definition residency.h:18