Skip to content

Commit

Permalink
vulkan: Fix copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Otte committed Jan 18, 2017
1 parent 1263719 commit ee9828d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified gsk/resources/vulkan/outset-shadow-clip-rounded.frag.spv
Binary file not shown.
Binary file modified gsk/resources/vulkan/outset-shadow-clip.frag.spv
Binary file not shown.
2 changes: 1 addition & 1 deletion gsk/resources/vulkan/outset-shadow.frag
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void main()

color = vec4(inColor.rgb * inColor.a, inColor.a);
color = color * clamp (rounded_rect_coverage (outside, inPos - inOffset) -
rounded_rect_coverage (outline, inPos - inOffset),
rounded_rect_coverage (outline, inPos),
0.0, 1.0);
color = clip (inPos, color);
}
Binary file modified gsk/resources/vulkan/outset-shadow.frag.spv
Binary file not shown.

0 comments on commit ee9828d

Please sign in to comment.