diff options
-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; |