diff options
Diffstat (limited to 'externals/glad/include/KHR/khrplatform.h')
| -rw-r--r-- | externals/glad/include/KHR/khrplatform.h | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/externals/glad/include/KHR/khrplatform.h b/externals/glad/include/KHR/khrplatform.h index 1ad3554a7..975bbffed 100644 --- a/externals/glad/include/KHR/khrplatform.h +++ b/externals/glad/include/KHR/khrplatform.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #define __khrplatform_h_ | 2 | #define __khrplatform_h_ |
| 3 | 3 | ||
| 4 | /* | 4 | /* |
| 5 | ** Copyright (c) 2008-2009 The Khronos Group Inc. | 5 | ** Copyright (c) 2008-2018 The Khronos Group Inc. |
| 6 | ** | 6 | ** |
| 7 | ** Permission is hereby granted, free of charge, to any person obtaining a | 7 | ** Permission is hereby granted, free of charge, to any person obtaining a |
| 8 | ** copy of this software and/or associated documentation files (the | 8 | ** copy of this software and/or associated documentation files (the |
| @@ -26,18 +26,16 @@ | |||
| 26 | 26 | ||
| 27 | /* Khronos platform-specific types and definitions. | 27 | /* Khronos platform-specific types and definitions. |
| 28 | * | 28 | * |
| 29 | * $Revision: 32517 $ on $Date: 2016-03-11 02:41:19 -0800 (Fri, 11 Mar 2016) $ | 29 | * The master copy of khrplatform.h is maintained in the Khronos EGL |
| 30 | * Registry repository at https://github.com/KhronosGroup/EGL-Registry | ||
| 31 | * The last semantic modification to khrplatform.h was at commit ID: | ||
| 32 | * 67a3e0864c2d75ea5287b9f3d2eb74a745936692 | ||
| 30 | * | 33 | * |
| 31 | * Adopters may modify this file to suit their platform. Adopters are | 34 | * Adopters may modify this file to suit their platform. Adopters are |
| 32 | * encouraged to submit platform specific modifications to the Khronos | 35 | * encouraged to submit platform specific modifications to the Khronos |
| 33 | * group so that they can be included in future versions of this file. | 36 | * group so that they can be included in future versions of this file. |
| 34 | * Please submit changes by sending them to the public Khronos Bugzilla | 37 | * Please submit changes by filing pull requests or issues on |
| 35 | * (http://khronos.org/bugzilla) by filing a bug against product | 38 | * the EGL Registry repository linked above. |
| 36 | * "Khronos (general)" component "Registry". | ||
| 37 | * | ||
| 38 | * A predefined template which fills in some of the bug fields can be | ||
| 39 | * reached using http://tinyurl.com/khrplatform-h-bugreport, but you | ||
| 40 | * must create a Bugzilla login first. | ||
| 41 | * | 39 | * |
| 42 | * | 40 | * |
| 43 | * See the Implementer's Guidelines for information about where this file | 41 | * See the Implementer's Guidelines for information about where this file |