-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ 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) | ||
![Output of the sample wavefront path tracer](images/wavefront.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! | ||
|
||
|
@@ -158,3 +158,5 @@ Questions, remarks? Contact me at [email protected] or on twitter: @j_bikker, o | |
|
||
# License | ||
This library is made available under the MIT license, which starts as follows: "Permission is hereby granted, free of charge, .. , to deal in the Software **without restriction**". Enjoy. | ||
|
||
![Rendered with tinybvh](images/test.png) |