mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-26 20:01:17 +00:00
Print 25 GL extensions to a line instead of 100
This commit is contained in:
@@ -85,7 +85,7 @@ bool CheckReplayContext()
|
||||
|
||||
extensionString += StringFormat::Fmt("[%d]: %s, ", e, ext);
|
||||
|
||||
if(e > 0 && (e % 100) == 0)
|
||||
if(e > 0 && (e % 25) == 0)
|
||||
{
|
||||
RDCLOG("%s", extensionString.c_str());
|
||||
extensionString = "";
|
||||
|
||||
Reference in New Issue
Block a user