1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Metal back-end WIP

This commit is contained in:
Marcos Slomp
2024-02-05 09:08:43 -08:00
parent e26c34346b
commit 1dfc926eb8
3 changed files with 368 additions and 2 deletions
+2 -1
View File
@@ -401,7 +401,8 @@ enum class GpuContextType : uint8_t
Vulkan,
OpenCL,
Direct3D12,
Direct3D11
Direct3D11,
Metal
};
enum GpuContextFlags : uint8_t