Skip to content

Commit

Permalink
Updating mesa GL.hx (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementlandrin committed Sep 7, 2023
1 parent f7295f8 commit ff91dcc
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 @@ -647,6 +647,7 @@ class GL {
public static inline var R32F = 0x822E;
public static inline var UNSIGNED_INT_2_10_10_10_REV = 0x8368;
public static inline var UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B;
public static inline var UNSIGNED_INT_24_8 = 0x84FA;

/* PixelType */
/* UNSIGNED_BYTE */
Expand Down Expand Up @@ -850,6 +851,7 @@ class GL {
public static inline var RGB565 = 0x8D62;
public static inline var DEPTH_COMPONENT16 = 0x81A5;
public static inline var DEPTH_COMPONENT24 = 0x81A6;
public static inline var DEPTH24_STENCIL8 = 0x88F0;
public static inline var STENCIL_INDEX = 0x1901;
public static inline var STENCIL_INDEX8 = 0x8D48;
public static inline var DEPTH_STENCIL = 0x84F9;
Expand Down

0 comments on commit ff91dcc

Please sign in to comment.