glPolygonMode¶
select a polygon rasterization mode
- arguments
-
int
$face
Specifies the polygons that mode applies to. Must beGL_FRONT_AND_BACK for front- and back-facing polygons.int
$mode
Specifies how polygons will be rasterized. Accepted values areGL_POINT ,GL_LINE , andGL_FILL . The initial value isGL_FILL for both front- and back-facing polygons.
- returns
-
void
Copyright © 2010-2014 Khronos Group
This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. https://opencontent.org/openpub/.