mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
Small refactoring in Bed3D and GLShader
This commit is contained in:
parent
6e9c030f17
commit
68805fc63a
5 changed files with 51 additions and 65 deletions
|
@ -26,6 +26,7 @@ public:
|
|||
|
||||
bool set_uniform(const char *name, float value) const;
|
||||
bool set_uniform(const char* name, const float* matrix) const;
|
||||
bool set_uniform(const char* name, int value) const;
|
||||
|
||||
void enable() const;
|
||||
void disable() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue