Skip to content
Snippets Groups Projects
Commit f96725d2 authored by Hyung-Taik Choi's avatar Hyung-Taik Choi
Browse files

Update index.html

parent d9b6e188
Branches
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@
<pre><code class="lang-javascript"><span class="hljs-comment">// WebGL1</span>
<span class="hljs-keyword">var</span> gl = canvas.getContext(<span class="hljs-string">'webgl'</span>);
<span class="hljs-comment">// WebGL2 @ script.js:121</span>
<span class="hljs-comment">// WebGL2</span>
<span class="hljs-keyword">var</span> gl = canvas.getContext(<span class="hljs-string">'webgl2'</span>);
</code></pre>
<h3 id="2-">2. 부동 소수점 프레임버퍼 추가</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment