[openrndr-demos] Clean-up and fix tessellation shader demos for Intel GPUs
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
|
||||
out vec4 o_color;
|
||||
|
||||
in vec3 va_position;
|
||||
in vec3 va_normal;
|
||||
in vec4 v_addedProperty;
|
||||
|
||||
void main() {
|
||||
o_color = v_addedProperty;
|
||||
|
||||
Reference in New Issue
Block a user