diff --git a/README.md b/README.md index f0c3e36..79ae5ce 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ move independently. [HelloEmbree](HelloEmbree/README.md) traces a small scene on the CPU with `rtcIntersect1`/`rtcOccluded1`, uploads the result to a texture every frame and blits it to a DX11 swapchain hosted in a Windows Forms window. It also has a `--bench` mode that reports the -cost of each stage. Being a WinForms + DX11 app it only runs on Windows, even though the binding -itself targets every supported RID. +cost of each stage. Being WinForms + DX11 it only runs on Windows, even though the binding itself +targets every RID this package ships. ![The sample running](HelloEmbree/docs/window.png)