Front-end: Fix issue #409, check for implicitly-sized binding arrays.
This commit is contained in:
parent
e15509e450
commit
414f735443
5 changed files with 15 additions and 5 deletions
|
|
@ -156,4 +156,6 @@ void qlod()
|
|||
|
||||
levels = textureQueryLevels(samp1D); // ERROR, not until 430
|
||||
levels = textureQueryLevels(samp1Ds); // ERROR, not until 430
|
||||
}
|
||||
}
|
||||
|
||||
layout(binding=0) writeonly uniform image1D badArray[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue