mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
Added mention of glFrontFace to README.md
This commit is contained in:
parent
d7344e0699
commit
46bc758234
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ The data for the whole frame is buffered and flushed in `nvgEndFrame()`. The fol
|
|||
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
||||
glEnable(GL_CULL_FACE);
|
||||
glCullFace(GL_BACK);
|
||||
glFrontFace(GL_CCW);
|
||||
glEnable(GL_BLEND);
|
||||
glDisable(GL_DEPTH_TEST);
|
||||
glDisable(GL_SCISSOR_TEST);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue