Naming, formatting
This commit is contained in:
parent
b5ae8771aa
commit
9af56b0ae0
3 changed files with 5 additions and 7 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue