#include "shaderLoader.h"
Functions | |
void | assertNotNull (const void *pointer) |
Aux assert(pointer != NULL) function. |
void assertNotNull | ( | const void * | pointer | ) |
Aux assert(pointer != NULL) function.
If the parameter is NULL, an "Error while parsing shader file" message will be output into the logger.
pointer | pointer that is to be tested against NULL. |