T10.4: import sidecar IOSurface mach port into a cached MTLTexture

This commit is contained in:
2026-05-10 23:27:56 -04:00
parent 07b9c9da01
commit c4a6ea3c57
5 changed files with 375 additions and 1 deletions
Generated
+10
View File
@@ -2252,6 +2252,11 @@ dependencies = [
"gpui-component",
"gpui-component-assets",
"image",
"objc2",
"objc2-core-foundation",
"objc2-foundation",
"objc2-io-surface",
"objc2-metal",
"serde",
"serde_json",
"sha2",
@@ -6118,6 +6123,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
dependencies = [
"bitflags 2.11.1",
"block2",
"libc",
"objc2",
"objc2-core-foundation",
]
@@ -6143,8 +6150,11 @@ checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
dependencies = [
"bitflags 2.11.1",
"block2",
"dispatch2",
"objc2",
"objc2-core-foundation",
"objc2-foundation",
"objc2-io-surface",
]
[[package]]