tests: Add ColorBlendLogicOpTests
authorTobin Ehlis <tobine@google.com>
Tue, 19 Jul 2016 19:25:12 +0000 (13:25 -0600)
committerTobin Ehlis <tobine@google.com>
Mon, 8 Aug 2016 12:50:58 +0000 (06:50 -0600)
commit6b01204f1b2f4890daa01c183e5c41ad9405f7aa
tree1ec2aff344ec660aac3179ed2683eff0ff68fa78
parent2981459389c0c44d98d0f63877857547c0846d2d
tests: Add ColorBlendLogicOpTests

This is a dual-purpose test. If the underlying device supports logicOp,
then attempt to use an invalid logicOp and verify that an error is flagged.
If the device doesn't support logicOp, attempt to use it and verify that
the correct error is flagged.

Also update documentation.
layers/vk_validation_layer_details.md
tests/layer_validation_tests.cpp