Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2017-12-06 01:30:05 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-12-06 01:32:18 +0300
commitfb04853ffdeed7282e760d29aa9d33b4fafe3ee6 (patch)
tree14dc349dc665c974f35cdf9376c62aa42649483a /README.md
parentbb46468a367ab0af63f87a44492b570860c0ee74 (diff)
NVIDIA driver woes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 504c803e..4e382899 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ To mark a GPU zone use the `TracyGpuZone( name )` macro, where `name` is a strin
You also need to periodically collect the GPU events using the `TracyGpuCollect` macro. A good place to do it is after swap buffers function call.
-GPU profiling is not supported on OSX, iOS (because Apple is unable to implement standards properly). Android devices do work, if GPU drivers are not broken. Disjoint events are not currently handled, so some readings may be a bit spotty.
+GPU profiling is not supported on OSX, iOS (because Apple is unable to implement standards properly). Android devices do work, if GPU drivers are not broken. Disjoint events are not currently handled, so some readings may be a bit spotty. NVIDIA drivers are unable to provide consistent timing results when two OpenGL contexts are used simultaneously.
## Good practices