From ea41f2a3759ccab56feb59a532f1bb44d76ccf04 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Mon, 21 Jan 2019 15:41:49 +0100 Subject: sokol-gfx: fix a doc typo --- sokol_gfx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sokol_gfx.h b/sokol_gfx.h index 7c88043f..6abab111 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -24,9 +24,9 @@ #define SOKOL_GLCORE33 #include "sokol_gfx.h" - The dummy backend replaces the platform-specific backend code with - empty stub functions. This is useful for instance useful for - writing tests that need to run on the command line. + The dummy backend replaces the platform-specific backend code with empty + stub functions. This is useful for writing tests that need to run on the + command line. To enable shader compilation support in the D3D11 backend: #define SOKOL_D3D11_SHADER_COMPILER -- cgit v1.2.3