Commit 2fa73694 by alokp@chromium.org

Added version number for shader translator API.

BUG=45 Review URL: http://codereview.appspot.com/2234047 git-svn-id: https://angleproject.googlecode.com/svn/trunk@442 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 10e6e9e3
...@@ -14,6 +14,11 @@ ...@@ -14,6 +14,11 @@
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
// Version number for shader translation API.
// It is incremented everytime the API changes.
#define SH_VERSION 100
// //
// Driver must call this first, once, before doing any other // Driver must call this first, once, before doing any other
// compiler operations. // compiler operations.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment