Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith authored May 21, 2024
1 parent 31741ea commit 65d5619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ Using LuisaCompute to construct a graphics application basically involves the fo
Putting the above together, a minimal example program that write gradient color to an image would look like
```cpp

#include <luisa-compute.h>
#include <luisa/luisa-compute.h>

// For the DSL sugar macros like $if.
// We exclude this header from <luisa-compute.h> to avoid pollution.
// So you have to include it explicitly to use the sugar macros.
#include <dsl/sugar.h>
#include <luisa/dsl/sugar.h>

using namespace luisa;
using namespace luisa::compute;
Expand Down

0 comments on commit 65d5619

Please sign in to comment.