forked from AuroraMiddleware/gtk
vulkan: Fix copy/paste error
This commit is contained in:
parent
12637195de
commit
ee9828d49c
Binary file not shown.
Binary file not shown.
@ -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 not shown.
Loading…
Reference in New Issue
Block a user