From 68a7605158a4c05ac4342cbe8ea3d9e4fe6ae9cd Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Fri, 6 Dec 2024 12:32:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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````.