mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Print name of Vulkan rendering method on startup
This helps troubleshooting as the CLI logs now distinguish between Forward+ and Forward Mobile.
This commit is contained in:
@@ -179,7 +179,7 @@ typedef void (*DEBUGPROCARB)(GLenum source,
|
||||
typedef void (*DebugMessageCallbackARB)(DEBUGPROCARB callback, const void *userParam);
|
||||
|
||||
void RasterizerGLES3::initialize() {
|
||||
print_line("OpenGL Renderer: " + RS::get_singleton()->get_video_adapter_name());
|
||||
print_line(vformat("OpenGL API %s - Compatibility - Using Device: %s - %s", RS::get_singleton()->get_video_adapter_api_version(), RS::get_singleton()->get_video_adapter_vendor(), RS::get_singleton()->get_video_adapter_name()));
|
||||
}
|
||||
|
||||
void RasterizerGLES3::finalize() {
|
||||
|
||||
Reference in New Issue
Block a user