mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 17:18:12 -05:00
14 lines
349 B
Text
14 lines
349 B
Text
|
This is a small sample program to get you quickly up and running, it transforms an input textfile
|
||
|
to an output textfile. The input source textfile should be a fully preprocessed GLSL shader and
|
||
|
the output should be a simple shader in textform.
|
||
|
|
||
|
The project file is generated by BadgerConfig.
|
||
|
|
||
|
VS2005
|
||
|
BadgerConfig
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
Jim Tilander, Santa Monica 2010
|