implement multithreading for windows, implement file uploading when saving

This commit is contained in:
2017-11-03 21:27:33 +00:00
parent cfc4312c89
commit a3276906f9
8 changed files with 140 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ struct gl_state
glBindSampler(i, sampler[i]);
}
glActiveTexture(active_tex);
glBindTexture(GL_TEXTURE_BINDING_CUBE_MAP, cube);
glBindTexture(GL_TEXTURE_CUBE_MAP, cube);
}
};