Rewrote assertions
This commit is contained in:
@ -97,8 +97,8 @@ namespace Dawn {
|
||||
int32_t i;
|
||||
bool_t result;
|
||||
|
||||
assertNotNull(instance);
|
||||
assertNotNull(callback);
|
||||
assertNotNull(instance, "Instance cannot be null.");
|
||||
assertNotNull(callback, "Callback cannot be null.");
|
||||
|
||||
// Open the buffer.
|
||||
this->open();
|
||||
|
Reference in New Issue
Block a user