mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-26 01:03:56 +00:00
renderer/opengl: upload kitty image textures
This commit is contained in:
@@ -78,6 +78,7 @@ pub const InternalFormat = enum(c_int) {
|
||||
pub const Format = enum(c_uint) {
|
||||
red = c.GL_RED,
|
||||
rgb = c.GL_RGB,
|
||||
rgba = c.GL_RGBA,
|
||||
bgra = c.GL_BGRA,
|
||||
|
||||
// There are so many more that I haven't filled in.
|
||||
|
||||
Reference in New Issue
Block a user