Validator: downgraded dupl type decl to warning
authorAndrey Tuganov <andreyt@google.com>
Wed, 1 Mar 2017 17:49:17 +0000 (12:49 -0500)
committerDavid Neto <dneto@google.com>
Wed, 1 Mar 2017 22:50:26 +0000 (17:50 -0500)
commit94d94e1f4afc57d2ef7f0062205323ce5263afd9
tree8b0b90f37d2b6e0fb379306132792dcc22c22624
parent6a2b51482608ca8e7416c7d573e487f52b04c054
Validator: downgraded dupl type decl to warning

Validator check for uniqueness of type declarations
(commit 0e9c24fdd112e7742b9b5dcff35aee32e71a66fd)
was causing failures in vulkancts tests.

Downgrading from error to warning.
source/validate_type_unique.cpp
test/val/val_type_unique_test.cpp