mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 19:01:27 +00:00
Update comment to reflect code
This commit is contained in:
parent
f2e8877032
commit
2f7e517b5b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ layout(std140) uniform CellRenderData {
|
|||
};
|
||||
|
||||
// Have to use fixed locations here as all variants of the cell program share the same VAO
|
||||
// locations 0 and 1 are used in the graphics program which also shares the same VAO
|
||||
// locations after 2 are used in the graphics program which also shares the same VAO
|
||||
layout(location=0) in uvec3 colors;
|
||||
layout(location=1) in uvec4 sprite_coords;
|
||||
layout(location=2) in float is_selected;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue