зеркало из https://github.com/AvaloniaUI/angle.git
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
This commit is contained in:
Родитель
6ad6ce8d0b
Коммит
b399934899
|
@ -19,10 +19,12 @@ extern "C" {
|
|||
//
|
||||
// Driver must call this first, once, before doing any other
|
||||
// compiler operations.
|
||||
// If the function succeeds, the return value is nonzero, else zero.
|
||||
//
|
||||
int ShInitialize();
|
||||
//
|
||||
// Driver should call this at shutdown.
|
||||
// If the function succeeds, the return value is nonzero, else zero.
|
||||
//
|
||||
int ShFinalize();
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче