Cleanup: Clang-Tidy, modernize-redundant-void-arg
This commit is contained in:
@@ -108,7 +108,7 @@ DEBUG_FUNC_DECLARE(PFNGLUSEPROGRAMPROC, void, glUseProgram, GLuint, program);
|
||||
/* Init a fallback layer (to KHR_debug) that covers only some functions.
|
||||
* We override the functions pointers by our own implementation that just checks glGetError.
|
||||
* Some additional functions (not overridable) are covered inside the header using wrappers. */
|
||||
void init_debug_layer(void)
|
||||
void init_debug_layer()
|
||||
{
|
||||
#define DEBUG_WRAP(function) \
|
||||
do { \
|
||||
|
Reference in New Issue
Block a user