#include "../version.h"
Go to the source code of this file.
Namespaces | |
OpenSubdiv | |
OpenSubdiv::OPENSUBDIV_VERSION | |
OpenSubdiv::OPENSUBDIV_VERSION::Osd | |
Typedefs | |
typedef void(* | ErrorCallbackFunc )(ErrorType err, const char *message) |
typedef void(* | WarningCallbackFunc )(const char *message) |
Sets the warning callback function (default is "printf") More... | |
Functions | |
void | SetErrorCallback (ErrorCallbackFunc func) |
void | Error (ErrorType err) |
void | Error (ErrorType err, const char *format,...) |
void | SetWarningCallback (WarningCallbackFunc func) |
void | Warning (const char *format,...) |