TINYGL: Cleanup code
This commit is contained in:
parent
a9746518e4
commit
86dc65250e
3 changed files with 9 additions and 10 deletions
|
@ -45,7 +45,8 @@ void initSharedState(GLContext *c) {
|
|||
void endSharedState(GLContext *c) {
|
||||
GLSharedState *s = &c->shared_state;
|
||||
|
||||
free_texture(c, 0);
|
||||
uint h = 0;
|
||||
free_texture(c, h);
|
||||
for (int i = 0; i < MAX_DISPLAY_LISTS; i++) {
|
||||
// TODO
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue