mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-03 13:13:35 +02:00
Rename blit common shader module
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user