glslang -> SPIR-V: Correct renaming mistake made in moving to the auto-generated headers.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@30510 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
d8132e164d
commit
5302c7d836
1 changed files with 1 additions and 1 deletions
|
|
@ -1831,7 +1831,7 @@ Id Builder::accessChainLoad(Decoration precision)
|
||||||
id = createCompositeExtract(accessChain.base, accessChain.resultType, indexes);
|
id = createCompositeExtract(accessChain.base, accessChain.resultType, indexes);
|
||||||
else {
|
else {
|
||||||
// make a new function variable for this r-value
|
// make a new function variable for this r-value
|
||||||
Id lValue = createVariable(StorageClassUniform, getTypeId(accessChain.base), "indexable");
|
Id lValue = createVariable(StorageClassFunction, getTypeId(accessChain.base), "indexable");
|
||||||
|
|
||||||
// store into it
|
// store into it
|
||||||
createStore(accessChain.base, lValue);
|
createStore(accessChain.base, lValue);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue