mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
feat(jupyter): make GPUTexture and GPUBuffer displayable (#28117)
This commit is contained in:
parent
1f169f4b09
commit
17a51c401a
13 changed files with 528 additions and 9 deletions
|
@ -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",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue