egl backend for linux backend of opengl backend of render

This commit is contained in:
Ryan Fleury
2025-05-10 11:04:59 -07:00
parent ab5c47a0fd
commit b9350c867c
10 changed files with 402 additions and 158 deletions
+6 -1
View File
@@ -497,7 +497,12 @@ os_set_cursor(OS_Cursor cursor)
internal void
os_graphical_message(B32 error, String8 title, String8 message)
{
if(error)
{
fprintf(stderr, "[X] ");
}
fprintf(stderr, "%.*s\n", str8_varg(title));
fprintf(stderr, "%.*s\n\n", str8_varg(message));
}
////////////////////////////////