Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/display3D/Context3DWrapMode.hx
2026-05-21 20:15:16 -07:00

9 lines
194 B
Haxe

package flash.display3D;
@:native("flash.display3D.Context3DWrapMode") extern enum abstract Context3DWrapMode(String) {
var CLAMP;
var CLAMP_U_REPEAT_V;
var REPEAT;
var REPEAT_U_CLAMP_V;
}