Turn on basic support for shader storage buffer objects, but not yet the entire extension.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27699 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
79cddfcb56
commit
67cf1f6179
14 changed files with 190 additions and 78 deletions
|
|
@ -1213,7 +1213,7 @@ storage_qualifier
|
|||
| BUFFER {
|
||||
parseContext.globalCheck($1.loc, "buffer");
|
||||
$$.init($1.loc);
|
||||
$$.qualifier.storage = EvqUniform; // TODO: 4.0 functionality: implement BUFFER
|
||||
$$.qualifier.storage = EvqBuffer;
|
||||
}
|
||||
| SHARED {
|
||||
parseContext.requireProfile($1.loc, ~EEsProfile, "shared");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue