diff options
author | Andreas Grois <andi@grois.info> | 2018-03-17 20:52:50 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2018-03-17 20:52:50 +0100 |
commit | c2018354129a4a6eff1649eaba4d99756b537ed3 (patch) | |
tree | ff0a1436b11be8623e485bf6d6903e4f82a5f842 | |
parent | 605c5052dd91ec99901b6254eee2914a394843d3 (diff) |
Remove layout specifier from struct. Seems it's not allowed after all.v0.0.3-adaptive-iterations
-rw-r--r-- | BuddhaTest/Shaders/BuddhaCompute.glsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BuddhaTest/Shaders/BuddhaCompute.glsl b/BuddhaTest/Shaders/BuddhaCompute.glsl index 5998d6e..025f5de 100644 --- a/BuddhaTest/Shaders/BuddhaCompute.glsl +++ b/BuddhaTest/Shaders/BuddhaCompute.glsl @@ -15,7 +15,6 @@ layout(std430, binding=4) restrict buffer renderedDataBlue restrict uint counts_SSBOBlue[]; }; -layout(packed) struct individualData { uint phase; |