• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //
2 // Copyright 2024 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 
7 #ifndef LIBANGLE_RENDERER_GL_GLX_DISPLAYGLX_API_H_
8 #define LIBANGLE_RENDERER_GL_GLX_DISPLAYGLX_API_H_
9 
10 #include "libANGLE/renderer/DisplayImpl.h"
11 
12 namespace rx
13 {
14 DisplayImpl *CreateGLXDisplay(const egl::DisplayState &state);
15 }  // namespace rx
16 
17 #endif  // LIBANGLE_RENDERER_GL_GLX_DISPLAYGLX_API_H_
18