mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 15:08:13 +02:00
DRYer
The shader compiler automatically redeclares gl_ClipDistance for us, since we index it with constants.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
out vec2 texcoord;
|
||||
out float gl_ClipDistance[4];
|
||||
uniform vec4 src_rect, dest_rect, viewport;
|
||||
|
||||
#define left 0
|
||||
|
||||
Reference in New Issue
Block a user