Initial value:= {
"No Errors",
"File has invalid extension",
"Failed to open the file",
"PNG file is invalid or corrupted",
"XPM42 file is invalid or corrupted",
"The specified X or Y positions are out of bounds",
"The specified Width or Height dimensions are out of bounds",
"The provided image is invalid, might indicate mismanagement of images",
"Failed to compile the vertex shader.",
"Failed to compile the fragment shader.",
"Failed to compile the shaders.",
"Failed to allocate memory",
"Failed to initialize GLAD",
"Failed to initialize GLFW",
"Failed to create window",
"String is too big to be drawn",
}
Definition at line 18 of file mlx_error.c.
18 {
19 "No Errors",
20 "File has invalid extension",
21 "Failed to open the file",
22 "PNG file is invalid or corrupted",
23 "XPM42 file is invalid or corrupted",
24 "The specified X or Y positions are out of bounds",
25 "The specified Width or Height dimensions are out of bounds",
26 "The provided image is invalid, might indicate mismanagement of images",
27 "Failed to compile the vertex shader.",
28 "Failed to compile the fragment shader.",
29 "Failed to compile the shaders.",
30 "Failed to allocate memory",
31 "Failed to initialize GLAD",
32 "Failed to initialize GLFW",
33 "Failed to create window",
34 "String is too big to be drawn",
35};