2018-08-27 22:30:40 +08:00
|
|
|
/*
|
2018-09-18 15:11:08 +08:00
|
|
|
* Copyright (C) 2018 Intel Corporation
|
2018-08-27 22:30:40 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-08-27 22:30:40 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define OSAPI WINAPI
|
|
|
|
|
|
|
|
typedef uint32_t GLType;
|
|
|
|
typedef HDC GLDisplay;
|
|
|
|
typedef HGLRC GLContext;
|
|
|
|
|
|
|
|
// Windows OpenGL functions
|