srp
software rendering pipeline
Loading...
Searching...
No Matches
message_callback_p.h File Reference
#include "message_callback.h"
Include dependency graph for message_callback_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void srpMessageCallbackHelper (SRPMessageType type, SRPMessageSeverity severity, const char *sourceFunction, const char *format,...)
 

Detailed Description

Message callback declaration and helper functions

Function Documentation

◆ srpMessageCallbackHelper()

void srpMessageCallbackHelper ( SRPMessageType  type,
SRPMessageSeverity  severity,
const char *  sourceFunction,
const char *  format,
  ... 
)

A helper function used by the library implementation to make callbacks easier

Parameters
[in]typeMessage type
[in]severityMessage severity
[in]sourceFunctionFunction that is the source of this message
[in]formatprintf-like format string
[in]...Values passed to the format string
See also
SRPMessageCallbackType