Changeset 438 for branches/thune/thread_safe/gl/gltex.c
- Timestamp:
- 07/25/07 22:34:48 (16 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/gl/gltex.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/gl/gltex.c
r310 r438 1 1 /*============================================================================ 2 2 Thune Interpreter 3 Copyright (C) 2005-200 6Karl Robillard3 Copyright (C) 2005-2007 Karl Robillard 4 4 5 5 This library is free software; you can redistribute it and/or … … 21 21 #include <assert.h> 22 22 #include <stdint.h> 23 //#include <stdio.h> 23 24 24 25 … … 125 126 GLuint name = listBase + i; 126 127 glDeleteTextures( 1, &name ); 128 //printf( "KR glDeleteTextures(1,%d)\n", name ); 127 129 } 128 130 }
