Merge branch 'fix-bgr-channel-mapping' into 'master'
authorPyry Haulos <phaulos@google.com>
Wed, 25 Nov 2015 01:56:52 +0000 (20:56 -0500)
committerPyry Haulos <phaulos@google.com>
Wed, 25 Nov 2015 01:56:52 +0000 (20:56 -0500)
commit434b6ef7a024b08c6f0fae1c02e90a365b56a335
tree9e2e002a28e65f3a7f393c3c292382eb833bc864
parent730f037369fd5fcdd41873dfff8bd831b0a97fd0
parent0a65c432b7f65adf20f23ebd291977b834ed8272
Merge branch 'fix-bgr-channel-mapping' into 'master'

Added missing channel mapping for BGR formats.

Somehow I managed not to include the channel mapping for BGR formats. This should fix any of image, image view or sampler tests using BGR.

See merge request !74