diff options
| -rw-r--r-- | sokol_gfx.h | 6 |
1 files 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 |