[openrndr-demos] Clean-up and fix tessellation shader demos for Intel GPUs

This commit is contained in:
Edwin Jakobs
2020-07-19 12:05:37 +02:00
parent cb6eed5c00
commit cc2d9522f4
13 changed files with 20 additions and 76 deletions

View File

@@ -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;