diff options
author | jjesswan <jessica_wan@brown.edu> | 2024-04-22 21:56:26 -0400 |
---|---|---|
committer | jjesswan <jessica_wan@brown.edu> | 2024-04-22 21:56:26 -0400 |
commit | a556b45abf18f1bd509daaf63b66b7d55e9fd291 (patch) | |
tree | bc9b8a2d184c12aee236e7f9f276a34b84ca552d /engine-ocean/External/glew/auto/EGL-Registry/sdk/docs/man/top.php | |
parent | cd7c76017a12bb548036571c1ff13e551369d06d (diff) |
add engine version
Diffstat (limited to 'engine-ocean/External/glew/auto/EGL-Registry/sdk/docs/man/top.php')
-rw-r--r-- | engine-ocean/External/glew/auto/EGL-Registry/sdk/docs/man/top.php | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/engine-ocean/External/glew/auto/EGL-Registry/sdk/docs/man/top.php b/engine-ocean/External/glew/auto/EGL-Registry/sdk/docs/man/top.php new file mode 100644 index 0000000..9bdbf00 --- /dev/null +++ b/engine-ocean/External/glew/auto/EGL-Registry/sdk/docs/man/top.php @@ -0,0 +1,46 @@ +<html> +<head> + <!-- Should actually use PHP features & import stylesheet - see + OpenGL ES top.php for example --> + <title>EGL Reference Pages</title> + <style xmlns="" type="text/css"> + body { + background-image:url(headBackground.jpg) no-repeat; + } + p { + font-family:verdana,sans-serif; font-size:80%; color: white; + margin-top:0px; margin-bottom:0px; position:absolute; + bottom:2px; left:5px; + } + a:link, a:visited { text-decoration:none; color:white} + h1 { + font: bold 1.4em verdana,sans-serif; text-align: left; + color: black; margin-top:10px; margin-bottom:3px; + padding-top:0px; padding-bottom:0px; + } + #search { + position:absolute; top:15px; right: 20px; margin: 0; padding: 0; + } + #search fieldset { + border: 0; margin: 0; padding: 0; + } + </style> +</head> +<body background="headBackground.jpg"> + <h1> <!-- <img src="html/EGL_300.jpg" alt="" width="50" height="50" border="0" align="middle">--> EGL Reference Pages</h1> + <div id="search"> + <!-- search not supported yet + <fieldset> + <form method="get" action="/opencl/search/opencl_1_2/swish.cgi" enctype="application/x-www-form-urlencoded" class="form" target="pagedisplay"> + <input maxlength="200" value="processor" size="15" type="text" name="query" /> + <input value="Search!" type="submit" name="submit" /> + </fieldset> + --> + </div> + <p><a href="http://www.khronos.org/egl/" target="EGL">More EGL Info</a> + <a href="http://www.khronos.org/registry/egl/" target="EGL Specification">EGL Specification</a> > + <a href="http://www.khronos.org/files/egl-1-4-quick-reference-card.pdf" target="EGL Quick Reference">EGL Quick Reference Card</a> + </p> + + </body> +</html> |