index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
tests
/
constructor-02.glsl
blob: 47acbe9db1494549abe3de427a5d432efecc4d1e (
plain
)
1
2
3
4
5
6
7
/* FAIL - cannot construct samplers */ void main() { int i; i = sampler2D(0); }