Add ExtensionBGRA and ExtensionPackedDepthStencil
This commit is contained in:
7
lime/graphics/opengl/ExtensionBGRA.hx
Normal file
7
lime/graphics/opengl/ExtensionBGRA.hx
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
package lime.graphics.opengl;
|
||||||
|
|
||||||
|
class ExtensionBGRA {
|
||||||
|
|
||||||
|
public static inline var BGRA_EXT = 0x80E1;
|
||||||
|
|
||||||
|
}
|
||||||
7
lime/graphics/opengl/ExtensionPackedDepthStencil.hx
Normal file
7
lime/graphics/opengl/ExtensionPackedDepthStencil.hx
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
package lime.graphics.opengl;
|
||||||
|
|
||||||
|
class ExtensionPackedDepthStencil {
|
||||||
|
|
||||||
|
public static inline var DEPTH24_STENCIL8_EXT = 0x88F0;
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user