LNXSDK/Kha/Tools/windows_x64/std/flash/display3D/Context3DClearMask.hx
2025-01-22 16:18:30 +01:00

9 lines
170 B
Haxe

package flash.display3D;
extern class Context3DClearMask {
static final ALL : Int;
static final COLOR : Int;
static final DEPTH : Int;
static final STENCIL : Int;
}