Hash :
f3a38d97
Author :
Date :
2020-07-23T19:00:34
Add a custom trace tests loader. This custom loader will disambiguate the trace tests gl layer from the util GL/EGL loader. Bug: angleproject:4845 Change-Id: I5e8340eb50f736d931302f71f15f556fd9e52081 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2315627 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Cody Northrop <cnorthrop@google.com> Reviewed-by: Manh Nguyen <nguyenmh@google.com>
//
// 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"
#endif // ANGLE_TRACE_GL_H_