Skip to content

Commit

Permalink
Removed restrict to workaround driver bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Jan 17, 2013
1 parent 039b868 commit 6efbb4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#version 420

layout(r32ui) uniform uimageBuffer restrict sums;
layout(r32ui) writeonly uniform uimageBuffer restrict bs;
layout(r32ui) uniform uimageBuffer sums;
layout(r32ui) writeonly uniform uimageBuffer bs;

uniform int stepSize;
uniform int pass;
Expand Down

0 comments on commit 6efbb4f

Please sign in to comment.