mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-15 08:03:56 +00:00
renderer: add support for background images
Adds support for background images via the `background-image` config. Resolves #3645, supersedes PRs #4226 and #5233. See docs of added config keys for usage details.
This commit is contained in:
committed by
Mitchell Hashimoto
parent
03bdb92292
commit
da46a47726
@@ -282,6 +282,7 @@ pub const uniformBufferOptions = bufferOptions;
|
||||
pub const fgBufferOptions = bufferOptions;
|
||||
pub const bgBufferOptions = bufferOptions;
|
||||
pub const imageBufferOptions = bufferOptions;
|
||||
pub const bgImageBufferOptions = bufferOptions;
|
||||
|
||||
/// Returns the options to use when constructing textures.
|
||||
pub inline fn textureOptions(self: Metal) Texture.Options {
|
||||
|
||||
Reference in New Issue
Block a user