blob: a30fc32debb3cc19790160829f1ed769dc8dbeb8 (
plain)
1
2
3
4
5
6
7
8
9
|
/*
** Copyright (c) 2013-2015 The Khronos Group Inc.
** SPDX-License-Identifier: MIT
*/
#include "Common/GL/GLExtensions/gl_common.h"
#define GL_OCCLUSION_TEST_HP 0x8165
#define GL_OCCLUSION_TEST_RESULT_HP 0x8166
|