16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 11:29:18 +02:00

reformat: functions can be made static

This commit is contained in:
jerrrrycho
2026-07-04 06:09:04 +02:00
parent 1d0d1c015b
commit aeb800283c
66 changed files with 199 additions and 184 deletions

View File

@@ -100,7 +100,7 @@ struct opengl_texture : public ITexture {
public:
// methods
void make_request();
void load_PNG();
static void load_PNG();
void load_DDS();
void load_KTX();
void load_TEX();
@@ -143,7 +143,7 @@ public:
~texture_manager() { delete_textures(); }
// activates specified texture unit
void
static void
unit( GLint Textureunit );
// creates texture object out of data stored in specified file
texture_handle