Update src/renderer/Metal.zig

Co-authored-by: Jon Parise <jon@indelible.org>
This commit is contained in:
Mitchell Hashimoto
2025-12-19 09:31:10 -08:00
committed by GitHub
parent 07b47b87fa
commit 594195963d

View File

@@ -434,7 +434,7 @@ fn chooseDevice() error{NoMetalDevice}!objc.Object {
}
/// Determines the maximum 2D texture size supported by the device.
/// We need to clamp our frame size to this if its larger.
/// We need to clamp our frame size to this if it's larger.
fn queryMaxTextureSize(device: objc.Object) u32 {
// https://developer.apple.com/metal/Metal-Feature-Set-Tables.pdf