working on additive blending for determination of winding order. Saving here because this bug is very pretty
This commit is contained in:
@@ -10,6 +10,8 @@ layout(location = 0) out vec4 out_color;
|
||||
void main() {
|
||||
out_color = color;
|
||||
gl_Position = vec4(v_position, 1.0);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user