|
srp
software rendering pipeline
|
#include "message_callback.h"

Go to the source code of this file.
Functions | |
| void | srpMessageCallbackHelper (SRPMessageType type, SRPMessageSeverity severity, const char *sourceFunction, const char *format,...) |
Message callback declaration and helper functions
| void srpMessageCallbackHelper | ( | SRPMessageType | type, |
| SRPMessageSeverity | severity, | ||
| const char * | sourceFunction, | ||
| const char * | format, | ||
| ... | |||
| ) |
A helper function used by the library implementation to make callbacks easier
| [in] | type | Message type |
| [in] | severity | Message severity |
| [in] | sourceFunction | Function that is the source of this message |
| [in] | format | printf-like format string |
| [in] | ... | Values passed to the format string |
SRPMessageCallbackType