mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
C++ code cleanup
This commit is contained in:
parent
f8664fce71
commit
0faaef76e8
11 changed files with 2 additions and 1160 deletions
|
@ -16,11 +16,9 @@ public:
|
|||
{}
|
||||
~GLShader();
|
||||
|
||||
//############################################################################################################################################
|
||||
bool load_from_text(const char *fragment_shader, const char *vertex_shader);
|
||||
bool load_from_file(const char* fragment_shader_filename, const char* vertex_shader_filename);
|
||||
// bool load(const char *fragment_shader, const char *vertex_shader);
|
||||
//############################################################################################################################################
|
||||
|
||||
void release();
|
||||
|
||||
int get_attrib_location(const char *name) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue