v0.3.0 API Reference
Snapshot.h
1//
2// Snapshot.h
3// avara3d
4//
5// Created by Morgan Davis on 1/1/26.
6// Copyright © 2026 Morgan K Davis. All rights reserved.
7//
8
9#ifndef AVARA3D_UTIL_SNAPSHOT_H
10#define AVARA3D_UTIL_SNAPSHOT_H
11
12namespace a3d {
13
14class RenderContext;
15
16} // namespace a3d
17
18namespace a3d::util::snapshot {
19
20// [Public Functions]
21
23void SaveSnapshot(RenderContext& context);
24
25} // namespace a3d::util::snapshot
26
27#endif // AVARA3D_UTIL_SNAPSHOT_H