mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-19 21:55:13 +00:00
DRYer
The shader compiler automatically redeclares gl_ClipDistance for us, since we index it with constants.
This commit is contained in:
parent
ea03d1eb36
commit
cf848982ed
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
out vec2 texcoord;
|
||||
out float gl_ClipDistance[4];
|
||||
uniform vec4 src_rect, dest_rect, viewport;
|
||||
|
||||
#define left 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue