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