feat(jupyter): make GPUTexture and GPUBuffer displayable (#28117)

This commit is contained in:
Leo Kettmeir 2025-02-18 09:29:45 +01:00 committed by GitHub
parent 1f169f4b09
commit 17a51c401a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 528 additions and 9 deletions

View file

@ -661,6 +661,8 @@ const NOT_IMPORTED_OPS = [
// Related to `Deno.jupyter` API
"op_jupyter_broadcast",
"op_jupyter_input",
"op_jupyter_create_png_from_texture",
"op_jupyter_get_buffer",
// Used in jupyter API
"op_base64_encode",