Skip to content

Commit e056029

Browse files
authored
updated readme
1 parent 0574977 commit e056029

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ webGPU GPU driven 2d sdf renderer drop-in library
33

44
## GPU-driven sdf 2D renderer drop-in library
55

6-
onedraw-webgpu is designed to render everything in a single draw call, maximizing GPU efficiency for 2D graphics. This is a port of the Metal version, it currently uses wgpu as webgpu layer but should work with Dawn.
6+
onedraw-webgpu is designed to render everything in a single draw call, maximizing GPU efficiency for 2D graphics. It uses webGPU natively and has only one .c file to make it easy to integrate.
77

88
## Screenshot
99

@@ -25,7 +25,6 @@ onedraw-webgpu is designed to render everything in a single draw call, maximizin
2525
* Timing : get gpu time from webgpu
2626
* emscripten example
2727

28-
2928
## Integration
3029

3130
* Copy all files from the /lib folder.

0 commit comments

Comments
 (0)