Skip to content

Commit a2893eb

Browse files
committed
Fix[overrides]: readd accidentally removed functions
1 parent b19d3d8 commit a2893eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ltw/src/main/tinywrapper/es3_overrides.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ GLESOVERRIDE(glTexParameteri)
7979
GLESOVERRIDE(glBindFragDataLocation)
8080
GLESOVERRIDE(glGetTexImage)
8181
GLESOVERRIDE(glGetQueryObjectiv)
82+
GLESOVERRIDE(glGetQueryObjecti64v)
83+
GLESOVERRIDE(glGetQueryObjectui64v)
8284
GLESOVERRIDE(glDepthRange)
8385
GLESOVERRIDE(glVertexAttrib1d)
8486
GLESOVERRIDE(glVertexAttrib1dv)

0 commit comments

Comments
 (0)