Sokol gfx
-
Add documentation for sokol.gfx
-
Fix winding and cull mode in all examples
-
Add missing declarations needed for offscreen rendering
Documentation
-
Move ‘Type checks and casts’ after struct and sum types, that section relies on both concepts: https://github.com/vlang/v/blob/master/doc/docs.md#type-checks-and-casts
-
Find and fix two small typos
Modules
- Find modules in current and all parent dirs Allows to organize the project structure a bit more freely
Before proposing, see if a build in cmd/<name>
finds them