EXT_vertex_shader on Radeon® 8500
|
| |
The Simple_Vertex_Shader sample is a simple
application which illustrates the usage of the OpenGL
extension EXT_vertex_shader. It generates 5 simple vertex
shaders that emulate the fixed function vertex transformation
pipeline. It is menat primarily as a tutorial on how to
do use the API rather than an example of the power that
EXT_vertex_shader provides.
|
| |
|
| |
Figure 1 - A vertex shader computing
diffuse and specular hilights on a familiar object with
EXT_vertex_shader on Radeon® 8500
|
| |
- Simple_Vertex_Shader Controls
-
- [SPACE] - Cycle through list of shaders
- + - Cycle through objects
- - - Cycle through light colors (only affects
certain shaders)
- I - Cycle through material indices
- [ESC] - Quit
|
| |
| |
- Related Resources
-
|
| |
- Requirements
-
Download
SimpleVertexShader.zip
|
| |