Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frodo821 authored Nov 1, 2023
1 parent 56d0a0a commit fcdc48c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ createRenderbuffer()

##

### レンダリングバッファを作成する
### レンダリングバッファーを作成する

```js
const canvas = document.getElementById("canvas");
const gl = canvas.getContext("webgl");
const renderBuffer = gl.createRenderbuffer();
```

## 仕様策定状況
## 仕様書

{{Specifications}}

## ブラウザの互換性
## ブラウザーの互換性

{{Compat}}

## 関連項目
## 関連情報

- {{domxref("WebGLRenderingContext.bindRenderbuffer()")}}
- {{domxref("WebGLRenderingContext.deleteRenderbuffer()")}}
Expand Down

0 comments on commit fcdc48c

Please sign in to comment.