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