textures
[nexus3d] / src / gl / gfx_gl.h
index 01fa5c8..2ed2e77 100644 (file)
@@ -47,4 +47,12 @@ struct nex_sdrprog {
        int num_sdr;
 };
 
+
+struct nex_texture {
+       unsigned int tex;
+       int xsz, ysz, zsz;
+       enum nex_tex_type type;
+       enum nex_pixfmt pixfmt;
+};
+
 #endif /* NEXUS3D_GFX_GL_H_ */