|
@@ -1714,8 +1714,6 @@ class GlDriver extends Driver {
|
|
|
#end
|
|
|
}
|
|
|
|
|
|
- #if hl
|
|
|
-
|
|
|
override function allocQuery(kind:QueryKind) {
|
|
|
return { q : GL.createQuery(), kind : kind };
|
|
|
}
|
|
@@ -1765,8 +1763,6 @@ class GlDriver extends Driver {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- #end
|
|
|
-
|
|
|
static var TFILTERS = [
|
|
|
[[GL.NEAREST,GL.NEAREST],[GL.LINEAR,GL.LINEAR]],
|
|
|
[[GL.NEAREST,GL.NEAREST_MIPMAP_NEAREST],[GL.LINEAR,GL.LINEAR_MIPMAP_NEAREST]],
|