From 65d5619306adedfd99db62c1c35078dc8edd20d6 Mon Sep 17 00:00:00 2001 From: Zheng Shaokun Date: Tue, 21 May 2024 23:17:44 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d178656a8..d0d422c16 100644 --- a/README.md +++ b/README.md @@ -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 +#include // For the DSL sugar macros like $if. // We exclude this header from to avoid pollution. // So you have to include it explicitly to use the sugar macros. -#include +#include using namespace luisa; using namespace luisa::compute;