mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-07 00:10:08 +00:00
Rename blit common shader module
This commit is contained in:
parent
5e71d46a38
commit
740d2275dc
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
// Distributed under terms of the GPLv3 license.
|
||||
|
||||
// Maps a vertex id to src and destination co-ordinates
|
||||
module blit;
|
||||
module blit_common;
|
||||
|
||||
public struct BlitOutput {
|
||||
public float2 texcoord;
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
// Copyright (C) 2026 Kovid Goyal <kovid at kovidgoyal.net>
|
||||
// Distributed under terms of the GPLv3 license.
|
||||
|
||||
import blit;
|
||||
import blit_common;
|
||||
import alpha_blend;
|
||||
import utils;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue