Avara3D 0.2.0
C++ 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
14 class RenderContext;
15
16}
17
18namespace a3d::util::snapshot {
19
20 // [Public Functions]
21
23 void SaveSnapshot(RenderContext& context);
24
25}
26
27#endif // AVARA3D_UTIL_SNAPSHOT_H