We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffbbb4 commit 9c8ed39Copy full SHA for 9c8ed39
libs/mesa/mesa/GL.hx
@@ -947,6 +947,7 @@ class GL {
947
/* Queries */
948
public static inline var SAMPLES_PASSED = 0x8914;
949
public static inline var TIMESTAMP = 0x8E28;
950
+ public static inline var TIME_ELAPSED = 0x88BF;
951
952
/* Barriers */
953
public static inline var VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001;
libs/sdl/sdl/GL.hx
@@ -985,6 +985,7 @@ class GL {
985
986
987
988
989
990
991
0 commit comments