mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-10 17:51:53 -07:00
destroy program in shader destructor
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
|
||||
class CShader {
|
||||
public:
|
||||
GLuint program;
|
||||
~CShader();
|
||||
|
||||
GLuint program = 0;
|
||||
GLint proj;
|
||||
GLint color;
|
||||
GLint tex;
|
||||
|
Reference in New Issue
Block a user