include: update GL & GLES headers (v2)
v2: use correct files Acked-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
fd1121e839
commit
f7d42ee7d3
6 changed files with 321 additions and 39 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#ifndef __gl3_h_
|
||||
#define __gl3_h_ 1
|
||||
#ifndef __gles2_gl3_h_
|
||||
#define __gles2_gl3_h_ 1
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Copyright (c) 2013-2017 The Khronos Group Inc.
|
||||
** Copyright (c) 2013-2018 The Khronos Group Inc.
|
||||
**
|
||||
** Permission is hereby granted, free of charge, to any person obtaining a
|
||||
** copy of this software and/or associated documentation files (the
|
||||
|
|
@ -44,7 +44,7 @@ extern "C" {
|
|||
#define GL_GLES_PROTOTYPES 1
|
||||
#endif
|
||||
|
||||
/* Generated on date 20170606 */
|
||||
/* Generated on date 20180725 */
|
||||
|
||||
/* Generated C header for:
|
||||
* API: gles2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue