mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
renderer/metal: update comment
This commit is contained in:
@ -1260,11 +1260,7 @@ fn drawCellBgs(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Loads some set of cell data into our buffer and issues a draw call.
|
/// Draw the cell foregrounds using the text shader.
|
||||||
/// This expects all the Metal command encoder state to be setup.
|
|
||||||
///
|
|
||||||
/// Future: when we move to multiple shaders, this will go away and
|
|
||||||
/// we'll have a draw call per-shader.
|
|
||||||
fn drawCellFgs(
|
fn drawCellFgs(
|
||||||
self: *Metal,
|
self: *Metal,
|
||||||
encoder: objc.Object,
|
encoder: objc.Object,
|
||||||
|
Reference in New Issue
Block a user