Merge branch 'api-bufferView-image-layout' into 'master'
authorPyry Haulos <phaulos@google.com>
Sun, 27 Dec 2015 03:27:28 +0000 (22:27 -0500)
committerPyry Haulos <phaulos@google.com>
Sun, 27 Dec 2015 03:27:28 +0000 (22:27 -0500)
vktApiBufferViewAccessTests: image cannot be created with COLOR_ATTACHMENT_OPTIMAL layout.

- According to spec, the only valid layouts in vkCreateImage are UNDEFINED and PREINITIALIZED
- This changes the test so image is cratead with valid layout, than transitioned to COLOR_ATTACHMENT_OPTIMAL using additional barrier

See merge request !207


Trivial merge