Refactor shader code
This commit is contained in:
@@ -10,4 +10,5 @@ void main() {
|
||||
if ( d > 1) { discard; }
|
||||
fCol = mix (gColE , gColC, d);
|
||||
fPos = vec4(gPos,1);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user