diff options
author | Marek Olšák <[email protected]> | 2018-07-18 18:06:37 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-08-04 02:43:05 -0400 |
commit | f7d42ee7d319256608ad60778f6787c140badada (patch) | |
tree | 2eb38a10cb9a13964139c08adc33fe409457570f /include/GLES3/gl3.h | |
parent | fd1121e8399ef1439a6a1cec8246b970cceac7fa (diff) |
include: update GL & GLES headers (v2)
v2: use correct files
Acked-by: Ian Romanick <[email protected]>
Diffstat (limited to 'include/GLES3/gl3.h')
-rw-r--r-- | include/GLES3/gl3.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/GLES3/gl3.h b/include/GLES3/gl3.h index 71e72b403ee..532bbbd3e2e 100644 --- a/include/GLES3/gl3.h +++ b/include/GLES3/gl3.h @@ -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 |