From 995e056dd69e2fe577c7b996f23808977bc9c0ec Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Fri, 19 Apr 2019 18:56:50 +0200 Subject: another readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dd866596..c741cb66 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,7 @@ pipeline-state-objects), along with a couple of other minor API tweaks. A pipeline object is created just like in sokol_gfx.h, but without shaders, vertex layout, pixel formats, primitive-type and sample count (these details - are filled in by the ```sgl_make_pipeline()``` wrapper functions. For instance + are filled in by the ```sgl_make_pipeline()``` wrapper function. For instance to create a pipeline object for additive transparency: ```c -- cgit v1.2.3