demos: Cube: Read shaders from external BIL binary files
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 30 Oct 2014 21:14:16 +0000 (15:14 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 31 Oct 2014 21:29:20 +0000 (15:29 -0600)
commit97db1c109593d2ee2854260457eaed0c495781aa
treed6c1f2e25e639d4b352345fd526029947c1b6f06
parent279ee0eb86b63f728a9c5e3d687b6de017d7f82f
demos: Cube: Read shaders from external BIL binary files

Added function to read binary BIL files into memory.
When EXTERNAL_BIL is defined, the demo will use BIL binaries.
Otherwise, it uses the built-in driver GLSL compiler.
demos/CMakeLists.txt
demos/cube.c