aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2018-03-17 20:52:50 +0100
committerAndreas Grois <andi@grois.info>2018-03-17 20:52:50 +0100
commitc2018354129a4a6eff1649eaba4d99756b537ed3 (patch)
treeff0a1436b11be8623e485bf6d6903e4f82a5f842
parent605c5052dd91ec99901b6254eee2914a394843d3 (diff)
Remove layout specifier from struct. Seems it's not allowed after all.v0.0.3-adaptive-iterations
-rw-r--r--BuddhaTest/Shaders/BuddhaCompute.glsl1
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;