Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading