Skip to content

Commit f88dffa

Browse files
committed
オフスクリーンキャンバスのサンプル名の修正
1 parent ad230b1 commit f88dffa

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ WebGLの最適化や次世代の仕様について理解を深めましょう。
105105
![](https://ics.media/wp-content/uploads/2017/07/170706_webgl2_eyecatch.png)
106106

107107
- [次世代WebGLの記事一覧](webgl_next.md)
108+
- [オフスクリーンキャンバス](offscreencanvas.md)
108109

109110

110111
## VR表現

samples/osc_imagebitmap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
const canvasElement = document.querySelector('#myCanvas');
1111
// オフスクリーンキャンバスを取得
1212
const offscreenCanvas = canvasElement.transferControlToOffscreen();
13-
const worker = new Worker('osc_imagebitmaqp_worker.js');
13+
const worker = new Worker('osc_imagebitmap_worker.js');
1414
worker.postMessage(
1515
{
1616
canvas: offscreenCanvas

0 commit comments

Comments
 (0)