mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Extract options UI from View.
This commit is contained in:
@@ -29,6 +29,15 @@ struct ImFont;
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
constexpr const char* GpuContextNames[] = {
|
||||
"Invalid",
|
||||
"OpenGL",
|
||||
"Vulkan",
|
||||
"OpenCL",
|
||||
"Direct3D 12",
|
||||
"Direct3D 11"
|
||||
};
|
||||
|
||||
struct MemoryPage;
|
||||
class FileRead;
|
||||
class SourceView;
|
||||
|
||||
Reference in New Issue
Block a user