projects
/
freeglut
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Need to also set glDisable(GL_CULL_FACE) when drawing wireframe to match what was
[freeglut]
/
src
/
android
/
opengles_stubs.c
1
#include <GL/freeglut.h>
2
#include "fg_internal.h"
3
4
void fgDeactivateMenu( SFG_Window *window ) {
5
fprintf(stderr, "fgDeactivateMenu: STUB\n");
6
}
7
void fgDisplayMenu( void ) {
8
fprintf(stderr, "fgDisplayMenu: STUB\n");
9
}