From 483bc3f549414974a536ca5463cb0876bdfbd141 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 9 Jun 2020 20:59:43 +0200 Subject: [PATCH] Add D3D 12 to README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb07b323..1432c070 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications. -Tracy supports profiling CPU (C, C++11, Lua), GPU (OpenGL, Vulkan, OpenCL), memory, locks, context switches, per-frame screenshots and more. +Tracy supports profiling CPU (C, C++11, Lua), GPU (OpenGL, Vulkan, OpenCL, Direct3D 12), memory, locks, context switches, per-frame screenshots and more. For usage **and build process** instructions, consult the user manual [at the following address](https://github.com/wolfpld/tracy/releases).