Skip to content
Snippets Groups Projects
Commit 593136e2 authored by elom0n's avatar elom0n
Browse files

changed trail

parent 494adbd5
No related branches found
No related tags found
1 merge request!106Created initial firework project
......@@ -2,8 +2,11 @@
#extension GL_ARB_separate_shader_objects : enable
#extension GL_GOOGLE_include_directive : enable
#define INSTANCE_LEN (16)
layout(points) in;
layout (triangle_strip, max_vertices = 32) out;
layout (triangle_strip, max_vertices = (INSTANCE_LEN * 2)) out;
layout(invocations = 8) in;
#include "physics.inc"
#include "point.inc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment