mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 13:39:18 +02:00
work
This commit is contained in:
@@ -14,6 +14,10 @@ namespace gl
|
||||
public:
|
||||
shader(const std::string &filename);
|
||||
~shader();
|
||||
|
||||
private:
|
||||
void expand_includes(std::string &str);
|
||||
std::string read_file(const std::string &filename);
|
||||
};
|
||||
|
||||
class program : public object, public bindable<program>
|
||||
|
||||
Reference in New Issue
Block a user