diff options
author | Kimmo Kinnunen <kkinnunen@nvidia.com> | 2015-05-25 13:25:29 +0300 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-05-27 14:28:48 +0100 |
commit | 7c39114847cac07a37d6000f0507551739f5f6e7 (patch) | |
tree | b0f5d603ad99d1525f4fb23e971fe16113ed76b2 /dispatch | |
parent | 82140f03b127508f8a3f5e1125d3ef4ebb295f81 (diff) |
specs: Update NV_path_rendering functions.
Update NV_path_rendering functions from newer GL specifications.
The functions are used in Skia open source graphics library now.
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/glimports.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dispatch/glimports.hpp b/dispatch/glimports.hpp index d535c793..12cb1710 100644 --- a/dispatch/glimports.hpp +++ b/dispatch/glimports.hpp @@ -76,6 +76,7 @@ #define GL_DEPTH_PASS_INSTRUMENT_COUNTERS_SGIX 0x8311 #define GL_DEPTH_PASS_INSTRUMENT_MAX_SGIX 0x8312 #define GL_PATH_SAMPLE_QUALITY_NV 0x9085 +#define GL_PATH_STROKE_BOUND_NV 0x9086 #define GL_PATH_STROKE_OVERSAMPLE_COUNT_NV 0x9087 #define GL_MULTI_HULLS_NV 0x908C #define GL_PROJECTIVE_2D_NV 0x9093 |