This extension exposes the ANGLE_polygon_mode functionality to WebGL. There are no WebGL-specific behavioral changes.

Static variables

@:value(6914)staticinlineread onlyFILL_WEBGL:Int = 6914

@:value(6913)staticinlineread onlyLINE_WEBGL:Int = 6913

@:value(2880)staticinlineread onlyPOLYGON_MODE_WEBGL:Int = 2880

@:value(10754)staticinlineread onlyPOLYGON_OFFSET_LINE_WEBGL:Int = 10754

Methods

polygonModeWEBGL(face:Int, mode:Int):Void

Face must be FRONT_AND_BACK. Mode must be LINE_WEBGL or FILL_WEBGL (default).