mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 02:29:17 +02:00
milek7/sim branch python taskqueue code import
This commit is contained in:
@@ -35,6 +35,8 @@ struct opengl_texture {
|
||||
// releases resources allocated on the opengl end, storing local copy if requested
|
||||
void
|
||||
release();
|
||||
void
|
||||
make_stub();
|
||||
void
|
||||
alloc_rendertarget( GLint format, GLint components, int width, int height, int layers = 1, int samples = 1, GLint wrap = GL_CLAMP_TO_EDGE );
|
||||
void
|
||||
@@ -65,7 +67,6 @@ struct opengl_texture {
|
||||
|
||||
private:
|
||||
// methods
|
||||
void make_stub();
|
||||
void make_request();
|
||||
void load_BMP();
|
||||
void load_DDS();
|
||||
|
||||
Reference in New Issue
Block a user