You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
413 B
17 lines
413 B
//
|
|
// Copyright 2020 The ANGLE Project Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
//
|
|
// Sets up the GL bindings for the trace tests.
|
|
|
|
#ifndef ANGLE_TRACE_GL_H_
|
|
#define ANGLE_TRACE_GL_H_
|
|
|
|
#include "trace_egl_loader_autogen.h"
|
|
#include "trace_gles_loader_autogen.h"
|
|
|
|
#include "trace_fixture.h"
|
|
|
|
#endif // ANGLE_TRACE_GL_H_
|