mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-28 20:02:04 +00:00
...
This commit is contained in:
parent
b8e477c6eb
commit
7fb48dc04c
1 changed files with 1 additions and 1 deletions
|
|
@ -53,8 +53,8 @@ def calculate_gl_geometry(window_geometry, viewport_width, viewport_height, cell
|
|||
|
||||
|
||||
def load_shader_programs(semi_transparent=0):
|
||||
v, f = load_shaders('cell')
|
||||
compile_program(BLIT_PROGRAM, *load_shaders('blit'))
|
||||
v, f = load_shaders('cell')
|
||||
for which, p in {
|
||||
'SIMPLE': CELL_PROGRAM,
|
||||
'BACKGROUND': CELL_BG_PROGRAM,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue