mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
C arrays are so much fun!
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
const char* s_tracyStackFrames[] = {
|
||||
const char* s_tracyStackFrames_[] = {
|
||||
"tracy::Callstack",
|
||||
"tracy::Callstack(int)",
|
||||
"tracy::GpuCtxScope::{ctor}",
|
||||
@@ -21,4 +21,6 @@ const char* s_tracyStackFrames[] = {
|
||||
nullptr
|
||||
};
|
||||
|
||||
const char** s_tracyStackFrames = s_tracyStackFrames_;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user