Commit b3999348 by alokp@chromium.org

Added comment about return values of ShInitialize() and ShFinalize().

Review URL: http://codereview.appspot.com/1980041 git-svn-id: https://angleproject.googlecode.com/svn/trunk@383 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 6ad6ce8d
...@@ -19,10 +19,12 @@ extern "C" { ...@@ -19,10 +19,12 @@ extern "C" {
// //
// Driver must call this first, once, before doing any other // Driver must call this first, once, before doing any other
// compiler operations. // compiler operations.
// If the function succeeds, the return value is nonzero, else zero.
// //
int ShInitialize(); int ShInitialize();
// //
// Driver should call this at shutdown. // Driver should call this at shutdown.
// If the function succeeds, the return value is nonzero, else zero.
// //
int ShFinalize(); int ShFinalize();
// //
......
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