diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2020-03-19 20:40:43 +0700 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2020-03-19 20:40:43 +0700 |
| commit | ccd5eb707deb2494848342a5a9f3b4cc3727d854 (patch) | |
| tree | 1ddbc0a6fe9f088690c7faa0c8c79a544982687f /sokol_gfx.h | |
| parent | 82707c2dd90b4086341c7e4171909cf0bb2753bb (diff) | |
Fix typos.
Diffstat (limited to 'sokol_gfx.h')
| -rw-r--r-- | sokol_gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_gfx.h b/sokol_gfx.h index 2f881325..b6ad52c1 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -1637,7 +1637,7 @@ typedef struct sg_shader_desc { .buffer_index 0 the vertex buffer bind slot .offset 0 (offsets can be omitted if the vertex layout has no gaps) .format SG_VERTEXFORMAT_INVALID (must be initialized!) - .shader: 0 (must be intilized with a valid sg_shader id!) + .shader: 0 (must be initialized with a valid sg_shader id!) .primitive_type: SG_PRIMITIVETYPE_TRIANGLES .index_type: SG_INDEXTYPE_NONE .depth_stencil: |