Naming, formatting

This commit is contained in:
saschawillems 2017-09-22 18:59:51 +02:00
parent b5ae8771aa
commit 9af56b0ae0
3 changed files with 5 additions and 7 deletions

View file

@ -6,7 +6,7 @@ layout(binding = 0) buffer Pos {
layout (local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
layout(constant_id = 0) const uint BUFFER_ELEMENTS = 32;
layout (constant_id = 0) const uint BUFFER_ELEMENTS = 32;
uint fibonacci(uint n) {
if(n <= 1){