mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
examples: sokol: update the comments on how to compile the shaderes (#9633)
This commit is contained in:
parent
8caabf0e9e
commit
73238a81e2
5 changed files with 10 additions and 10 deletions
|
@ -7,8 +7,8 @@
|
|||
* that can be found in the LICENSE file.
|
||||
*
|
||||
* HOW TO COMPILE SHADERS:
|
||||
* - download the sokol shader convertor tool from https://github.com/floooh/sokol-tools-bin/archive/pre-feb2021-api-changes.tar.gz
|
||||
* ( also look at https://github.com/floooh/sokol-tools/blob/master/docs/sokol-shdc.md )
|
||||
* - download the sokol shader convertor tool from https://github.com/floooh/sokol-tools-bin
|
||||
*
|
||||
* - compile the .glsl shared file with:
|
||||
* linux : sokol-shdc --input rt_glsl_puppy.glsl --output rt_glsl_puppy.h --slang glsl330
|
||||
sokol-shdc --input rt_glsl_march.glsl --output rt_glsl_march.h --slang glsl330
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue