This commit is contained in:
Isaac
2025-06-21 12:17:20 +02:00
parent 484de3829d
commit 3ec622d2ee
18 changed files with 77 additions and 19 deletions

View File

@@ -11,6 +11,9 @@
#define LOGGING_ON 0
#endif
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
static void log_v_fixed_length(const GLchar* source, const GLint length) {
if (LOGGING_ON) {
char log_buffer[length + 1];
@@ -112,3 +115,5 @@ GLint validate_program(const GLuint program) {
return 0;
}
#pragma clang diagnostic pop