Skip to content

Commit 9c8ed39

Browse files
committed
GL: add query TIME_ELAPSED
1 parent 1ffbbb4 commit 9c8ed39

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libs/mesa/mesa/GL.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ class GL {
947947
/* Queries */
948948
public static inline var SAMPLES_PASSED = 0x8914;
949949
public static inline var TIMESTAMP = 0x8E28;
950+
public static inline var TIME_ELAPSED = 0x88BF;
950951

951952
/* Barriers */
952953
public static inline var VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001;

libs/sdl/sdl/GL.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,7 @@ class GL {
985985
/* Queries */
986986
public static inline var SAMPLES_PASSED = 0x8914;
987987
public static inline var TIMESTAMP = 0x8E28;
988+
public static inline var TIME_ELAPSED = 0x88BF;
988989

989990
/* Barriers */
990991
public static inline var VERTEX_ATTRIB_ARRAY_BARRIER_BIT = 0x00000001;

0 commit comments

Comments
 (0)