commit | ccf300bd1131b79e93b2f2ed85f4e773d2fb4034 | [log] [tgz] |
---|---|---|
author | Chris Forbes <chrisforbes@google.com> | Thu Mar 24 14:14:45 2016 +1300 |
committer | Tobin Ehlis <tobine@google.com> | Wed Mar 30 06:48:23 2016 -0600 |
tree | c2c2223c18d28d9b4423dcbd141b1fc6c2ac06fe | |
parent | 7a1d2351e90d0e49f4747aff3b1f6a706bc8f0e6 [diff] |
layers: Relax descriptor type match for texel buffers slightly The descriptor doesn't really provide a sampler, but the consuming code doesn't really look at one either. Allow VK_DESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER to match against OpTypeSampledImage with an image type having Dim=Buffer and Sampled=1.