Merge branch 'milek-dev' into gfx-work

This commit is contained in:
milek7
2018-10-13 00:11:40 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -48,6 +48,8 @@ void render_task::run() {
PyInt_AsLong( outputwidth ), PyInt_AsLong( outputheight ), 0,
GL_RGB, GL_UNSIGNED_BYTE, reinterpret_cast<GLubyte const *>( PyString_AsString( output ) ) );
glGenerateMipmap(GL_TEXTURE_2D);
glFlush();
}
Py_DECREF( outputheight );
Py_DECREF( outputwidth );

View File

@@ -1 +1 @@
#define VERSION_INFO "M7 (GL3) 13.10.2018, based on milek-04798821, tmj-68f82be4"
#define VERSION_INFO "M7 (GL3) 13.10.2018/2, based on milek-43f439af, tmj-68f82be4"