Clean up code; adding comments
This commit is contained in:
@@ -11,6 +11,9 @@ uniform sampler2D trimap;
|
||||
uniform sampler2D foreground;
|
||||
uniform sampler2D background;
|
||||
|
||||
// Relative width/height of a pixel
|
||||
uniform float pixWidth;
|
||||
uniform float pixHeight;
|
||||
|
||||
int IS_BACKGROUND = 0;
|
||||
int IS_UNDEFINED = 1;
|
||||
|
||||
Reference in New Issue
Block a user