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

@ -479,6 +479,10 @@ public:
return layoutLocation != layoutLocationEnd ||
layoutComponent != layoutComponentEnd;
}
bool hasComponent() const
{
return layoutComponent != layoutComponentEnd;
}
bool hasBinding() const
{
return layoutBinding != layoutBindingEnd;