#include "st_context.h"
#include "st_cb_clear.h"
#include "st_cb_drawpixels.h"
-#include "st_cb_teximage.h"
+#include "st_cb_texture.h"
#include "st_atom.h"
#include "st_draw.h"
#include "st_program.h"
st_init_cb_clear( st );
st_init_cb_program( st );
st_init_cb_drawpixels( st );
- st_init_cb_teximage( st );
+ st_init_cb_texture( st );
return st;
}
st_destroy_cb_clear( st );
st_destroy_cb_program( st );
st_destroy_cb_drawpixels( st );
- st_destroy_cb_teximage( st );
+ /*st_destroy_cb_teximage( st );*/
+ st_destroy_cb_texture( st );
st->pipe->destroy( st->pipe );
FREE( st );