//
// WindowHintClientApi.cs
//
// Copyright (C) 2019 OpenTK
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
//
namespace OpenToolkit.GraphicsLibraryFramework
{
///
/// Context related client API attribute.
///
///
public enum WindowHintClientApi
{
///
/// Indicates the client API provided by the window's context;
/// either ,
/// or
/// .
///
ClientApi = 0x00022001,
}
}