aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/render/Shader.hpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-04-03 16:46:03 +0100
committervaxerski <[email protected]>2023-04-03 16:46:03 +0100
commit039a97adc8048f7d7ffbcc9f822b3cafdc50479c (patch)
treedb8a0ea733d92ed236353261a42a7c3906b960eb /src/render/Shader.hpp
parent49e7f357346e8a30077ac43d32eda37fc237136e (diff)
parente6211eef00a96c0dc7f8c06a6a151f5485977a0d (diff)
downloadHyprland-039a97adc8048f7d7ffbcc9f822b3cafdc50479c.tar.gz
Hyprland-039a97adc8048f7d7ffbcc9f822b3cafdc50479c.zip
Diffstat (limited to 'src/render/Shader.hpp')
-rw-r--r--src/render/Shader.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Shader.hpp b/src/render/Shader.hpp
index 6d3ca09b..33bcdca3 100644
--- a/src/render/Shader.hpp
+++ b/src/render/Shader.hpp
@@ -15,6 +15,7 @@ class CShader {
GLint posAttrib;
GLint texAttrib;
GLint discardOpaque;
+ GLint discardAlphaZero;
GLint topLeft;
GLint bottomRight;