1
0
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:
Bartosz Taudul
2022-07-02 13:23:52 +02:00
parent d19b337573
commit b602d61944
5 changed files with 724 additions and 710 deletions
+9
View File
@@ -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;