We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389f3e8 commit 1a39093Copy full SHA for 1a39093
README.md
@@ -91,8 +91,9 @@ can build a single, statically linked and optimised binary.
91
92
* **Tracy intergation** nano-second-resolution profiling via
93
[Tracy](https://github.com/wolfpld/tracy) - enable this by
94
- uncommenting a single line in the app CMakeLists file. Profiling
95
- works with both hot-reloading and optimised static builds.
+ [uncommenting a single line](modules/le_tracy/README.md) in the
+ app CMakeLists file. Profiling works with both hot-reloading and
96
+ optimised static builds.
97
98
* **Multi-Window** Island allows you to hook up multiple swapchains to
99
a single application. You can dynamically add and remove swapchains
0 commit comments