// // 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. // // EGL_KHR_reusable_sync #ifndef LIBANGLE_RENDERER_EGLREUSABLESYNC_H_ #define LIBANGLE_RENDERER_EGLREUSABLESYNC_H_ #include "libANGLE/AttributeMap.h" #include "libANGLE/renderer/EGLSyncImpl.h" #include "common/angleutils.h" #include <condition_variable> namespace rx { class ReusableSync final : public EGLSyncImpl { … }; } // namespace rx #endif // LIBANGLE_RENDERER_EGLREUSABLESYNC_H_