diff --git a/README.md b/README.md index 23b65bf..43da909 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Single-header OpenCL library, which helps you select and initialize a device. It * Vendor and architecture detection and propagation to #defines in OpenCL code * ..And many other things. +![Rendered with tinybvh](images/test.png) + To use tinyocl, just include ````tiny_ocl.h````; this will automatically cause linking with ````OpenCL.lib```` in the 'external' folder, which in turn passes on work to vendor-specific driver code. But all that is not your problem! Note that the ````tiny_bvh.h```` library will work without ````tiny_ocl.h```` and remains dependency-free. The new ````tiny_ocl.h```` is only needed in projects that wish to trace rays _on the GPU_ using BVHs created by ````tiny_bvh.h````.