mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Added server support for D3D12 contexts
This commit is contained in:
@@ -263,7 +263,8 @@ enum class GpuContextType : uint8_t
|
||||
{
|
||||
Invalid,
|
||||
OpenGl,
|
||||
Vulkan
|
||||
Vulkan,
|
||||
Direct3D12
|
||||
};
|
||||
|
||||
struct QueueGpuNewContext
|
||||
|
||||
Reference in New Issue
Block a user