Skip to content
Snippets Groups Projects
Verified Commit 98fcb812 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Merge branch 'develop' of gitlab.uni-koblenz.de:tfrisch/wobble-bobble-irgendwas into develop

parents 8f8d9458 3f39a64c
No related branches found
No related tags found
1 merge request!103Added project wobble_bobble and refactored some parts of the framework
......@@ -36,6 +36,7 @@ void main() {
shared_particles[gl_LocalInvocationIndex].mass = 0.0f;
}
barrier();
memoryBarrierShared();
for (uint i = 0; i < SHARED_PARTICLES_BATCH_SIZE; i++) {
......
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