Create dummy side project.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27519 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich
2014-07-28 04:21:04 +00:00
parent d3c123a034
commit 92f9038388
15 changed files with 383 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ namespace glslang {
name(s) { }
std::string name;
std::string results;
std::string resultsIndex;
};
class TWorklist {