Skip to content
Snippets Groups Projects
Commit cf136628 authored by Min-Jae, Lee's avatar Min-Jae, Lee
Browse files

Describe abstraction in index.html

parent 16facd37
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>WebGL Tutorial</title>
<title>WebGL Tutorial: Render to Texture, Multiple Render Targets, Defered Rendering</title>
<style>
canvas#view {
display: block;
......@@ -13,6 +13,8 @@ canvas#view {
</style>
</head>
<body>
<h1>WebGL Tutorial</h1>
<h2>Implement Deferred Rendering by Render to Texture and Multiple Render Targets</h2>
<canvas id="view"></canvas>
<script src="script.js"></script>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment