Standalone: Rationalize ShaderCompUnit and file data.
authorJohn Kessenich <cepheus@frii.com>
Wed, 14 Jun 2017 23:36:50 +0000 (17:36 -0600)
committerJohn Kessenich <cepheus@frii.com>
Wed, 14 Jun 2017 23:36:50 +0000 (17:36 -0600)
commit04acb1b7c93070d6275d502f7620e08c441b7937
tree9f47c9f49f2ab2859f88d5135fcfafec7ef416af
parent6263fb19fb44f5d0c6041e7d5de4d92567b78fe6
Standalone: Rationalize ShaderCompUnit and file data.

ShaderCompUnit was poorly done, a mix of a list of things and hard
coding to a single thing. This makes it all a true list.

File data was greatly simplified to be a single string, no longer
supporting breaking a single file into multiple strings.
StandAlone/StandAlone.cpp