Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit fd60950

Browse files
cnorthropCommit Bot
authored and
Commit Bot
committed
Samples: Fix Capture/Replay sample
New header required to compile. It mirrors one used by our perf tests, but this one will remain basic. Test: Replay a new trace Bug: angleproject:4845 Change-Id: If42bba6a91bf37ed063b5828b4cbc80373108b2f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2327292 Reviewed-by: Jamie Madill <[email protected]> Commit-Queue: Cody Northrop <[email protected]>
1 parent 1c1c6b4 commit fd60950

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// Copyright 2020 The ANGLE Project Authors. All rights reserved.
3+
// Use of this source code is governed by a BSD-style license that can be
4+
// found in the LICENSE file.
5+
//
6+
// Sets up the GL bindings for capture_replay_sample
7+
8+
#ifndef ANGLE_TRACE_GL_H_
9+
#define ANGLE_TRACE_GL_H_
10+
11+
#include "util/util_gl.h"
12+
13+
#endif // ANGLE_TRACE_GL_H_

0 commit comments

Comments
 (0)