Skip to content

Commit

Permalink
Fix mesa GL: add missing TEXTURE_BASE/MAX_LEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Oct 12, 2023
1 parent b5efa04 commit d6eb1fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/mesa/mesa/GL.hx
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,8 @@ class GL {
public static inline var TEXTURE_WRAP_S = 0x2802;
public static inline var TEXTURE_WRAP_T = 0x2803;
public static inline var TEXTURE_LOD_BIAS = 0x8501;
public static inline var TEXTURE_BASE_LEVEL = 0x813C;
public static inline var TEXTURE_MAX_LEVEL = 0x813D;
public static inline var TEXTURE_MAX_ANISOTROPY = 0x84FE;
public static inline var TEXTURE_COMPARE_MODE = 0x884C;
public static inline var TEXTURE_COMPARE_FUNC = 0x884D;
Expand Down

0 comments on commit d6eb1fe

Please sign in to comment.