mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 05:49:19 +02:00
reformat: functions can be made static
This commit is contained in:
@@ -22,7 +22,7 @@ private:
|
||||
thread_local static query* active_queries[6];
|
||||
|
||||
protected:
|
||||
GLenum glenum_target(targets target);
|
||||
static GLenum glenum_target(targets target);
|
||||
|
||||
public:
|
||||
query(targets target);
|
||||
|
||||
@@ -73,7 +73,7 @@ namespace gl
|
||||
void parse_texture_entries(std::string &str);
|
||||
void parse_param_entries(std::string &str);
|
||||
|
||||
std::string read_file(const std::string &filename);
|
||||
static std::string read_file(const std::string &filename);
|
||||
|
||||
static std::unordered_map<std::string, components_e> components_mapping;
|
||||
static std::unordered_map<std::string, defaultparam_e> defaultparams_mapping;
|
||||
|
||||
Reference in New Issue
Block a user