mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-28 14:08:29 +00:00
WARNING message shortened
This commit is contained in:
@@ -981,7 +981,7 @@ void rlglInit(void)
|
|||||||
else TraceLog(WARNING, "[EXTENSION] VAO extension not found, VAO usage not supported");
|
else TraceLog(WARNING, "[EXTENSION] VAO extension not found, VAO usage not supported");
|
||||||
|
|
||||||
if (npotSupported) TraceLog(INFO, "[EXTENSION] NPOT textures extension detected, full NPOT textures supported");
|
if (npotSupported) TraceLog(INFO, "[EXTENSION] NPOT textures extension detected, full NPOT textures supported");
|
||||||
else TraceLog(WARNING, "[EXTENSION] NPOT textures extension not found, NPOT textures support is limited (no-mipmaps, no-repeat)");
|
else TraceLog(WARNING, "[EXTENSION] NPOT textures extension not found, limited NPOT support (no-mipmaps, no-repeat)");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (texCompDXTSupported) TraceLog(INFO, "[EXTENSION] DXT compressed textures supported");
|
if (texCompDXTSupported) TraceLog(INFO, "[EXTENSION] DXT compressed textures supported");
|
||||||
|
Reference in New Issue
Block a user