Skip to content

Commit

Permalink
Disable VkInfo::PrintInfo() as potatoe drivers keep crashing on simpl…
Browse files Browse the repository at this point in the history
…e query calls
  • Loading branch information
lhog committed Dec 1, 2022
1 parent 5fb0c97 commit fffa38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Rendering/GlobalRendering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ void CGlobalRendering::PostInit() {
glewExperimental = true;
#endif

VkInfo::PrintInfo();
//VkInfo::PrintInfo();

glewInit();
// glewInit sets GL_INVALID_ENUM, get rid of it
Expand Down

0 comments on commit fffa38b

Please sign in to comment.