We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad230b1 commit f88dffaCopy full SHA for f88dffa
3 files changed
docs/index.md
@@ -105,6 +105,7 @@ WebGLの最適化や次世代の仕様について理解を深めましょう。
105

106
107
- [次世代WebGLの記事一覧](webgl_next.md)
108
+- [オフスクリーンキャンバス](offscreencanvas.md)
109
110
111
## VR表現
samples/osc_imagebitmap.html
@@ -10,7 +10,7 @@
10
const canvasElement = document.querySelector('#myCanvas');
11
// オフスクリーンキャンバスを取得
12
const offscreenCanvas = canvasElement.transferControlToOffscreen();
13
- const worker = new Worker('osc_imagebitmaqp_worker.js');
+ const worker = new Worker('osc_imagebitmap_worker.js');
14
worker.postMessage(
15
{
16
canvas: offscreenCanvas
samples/osc_imagebitmaqp_worker.js samples/osc_imagebitmap_worker.jssamples/osc_imagebitmaqp_worker.js renamed to samples/osc_imagebitmap_worker.js
0 commit comments