summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLExtensions/ARB_texture_compression_bptc.h
blob: 46bced82bd61c64d1039ff0a6a6b4d8fb22c5393 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
** Copyright (c) 2013-2015 The Khronos Group Inc.
** SPDX-License-Identifier: MIT
*/

#include "Common/GL/GLExtensions/gl_common.h"

#define GL_COMPRESSED_RGBA_BPTC_UNORM_ARB 0x8E8C
#define GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB 0x8E8D
#define GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB 0x8E8E
#define GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB 0x8E8F