Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/angle
Path: blob/main_old/src/tests/capture_replay_tests/angle_trace_gl.h
1693 views
1
#ifndef ANGLE_TRACE_GL_H_
2
#define ANGLE_TRACE_GL_H_
3
4
#include "trace_fixture.h"
5
#include "util/util_gl.h"
6
7
#endif // ANGLE_TRACE_GL_H_
8
9