Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Unified Diff: third_party/webgl/extensions/OES_texture_half_float/index.html

Issue 9360034: Remove everthing except conformance tests in the deps/third_party/webgl (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/webgl/extensions/OES_texture_half_float/index.html
===================================================================
--- third_party/webgl/extensions/OES_texture_half_float/index.html (revision 121077)
+++ third_party/webgl/extensions/OES_texture_half_float/index.html (working copy)
@@ -1,71 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html lang="en">
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>WebGL OES_texture_half_float Extension Specification</title>
- <link rel="stylesheet" type="text/css" href="../../resources/webgl-extension.css" />
- <link rel="stylesheet" type="text/css" href="../../resources/default.css" />
- <script src="../../resources/jquery-1.3.2.min.js" type="text/javascript"></script>
-</head>
- <!--begin-logo-->
- <div>
- <a href="http://webgl.org/"><img alt=WebGL height=72 src="../../resources/WebGL-Logo.png" width=156></a>
- <div class=right>
- <a href="http://khronos.org/"><img alt=Khronos height=60 src="../../resources/KhronosGroup-3D.png" width=220></a>
- </div>
- </div>
- <!--end-logo-->
-
- <h1>WebGL OES_texture_half_float Extension Specification</h1>
-
- <h2 class="no-toc">Name</h2>
- <p> OES_texture_half_float </p>
-
- <h2 class="no-toc">Contact</h2>
- <p> <a href="https://www.khronos.org/webgl/public-mailing-list/">WebGL working group</a> (public_webgl 'at' khronos.org) </p>
-
- <h2 class="no-toc">Contributors</h2>
- <p> Members of the WebGL working group </p>
-
- <h2 class="no-toc">Version</h2>
- <p> Last modified date: November 29, 2010 <br>
- Revision: 1
- </p>
-
- <h2 class="no-toc">Number</h2>
- <p> WebGL extension #2 </p>
-
- <h2 class="no-toc">Dependencies</h2>
- <p> Written against the WebGL API 1.0 specification. </p>
-
- <h2 class="no-toc">Overview</h2>
- <p>
- This extension exposes the
- <a href="http://www.khronos.org/registry/gles/extensions/OES/OES_texture_float.txt">OES_texture_half_float</a>
- functionality to WebGL. There are no WebGL-specific behavioral changes. Consult the above
- extension for all documentation, issues, and new functions and enumerants.
- </p>
-
- <h2 class="no-toc">IDL</h2>
- <p>
-<pre class="idl">
-module webgl {
-
-interface OES_texture_half_float {
- const GLenum HALF_FLOAT_OES = 0x8D61;
-};
-
-};
-</pre>
- </p>
-
- <h2 class="no-toc">Revision History</h2>
- <p>
- Revision 1, 2010/11/29
- <ul>
- <li> Initial revision.
- </ul>
- </p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698