Half way through debugging texture problems
This commit is contained in:
@ -36,6 +36,7 @@ static inline void * memoryFillWithZero(const size_t size) {
|
||||
* @param pointer Pointer in memory to free.
|
||||
*/
|
||||
static inline void memoryFree(void *pointer) {
|
||||
assertNotNull(pointer);
|
||||
free(pointer);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user