Show
Ignore:
Timestamp:
07/25/07 22:34:48 (16 months ago)
Author:
krobillard
Message:

GL - texture! make can now make GL_TEXTURE_1D from binary!.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/gl/gltex.c

    r310 r438  
    11/*============================================================================ 
    22    Thune Interpreter 
    3     Copyright (C) 2005-2006  Karl Robillard 
     3    Copyright (C) 2005-2007  Karl Robillard 
    44 
    55    This library is free software; you can redistribute it and/or 
     
    2121#include <assert.h> 
    2222#include <stdint.h> 
     23//#include <stdio.h> 
    2324 
    2425 
     
    125126            GLuint name = listBase + i; 
    126127            glDeleteTextures( 1, &name ); 
     128            //printf( "KR glDeleteTextures(1,%d)\n", name ); 
    127129        } 
    128130    }