vk::validateSpirV signature mismatch was causing linking error
in debug builds when DEQP_HAVE_SPIRV_TOOLS was not defined.
Change-Id: Icf98f80b72dfa744c4482b1abb0b7d1132aad296
TCU_THROW(NotSupportedError, "SPIR-V assembly not supported (DEQP_HAVE_SPIRV_TOOLS not defined)");
}
-bool validateSpirV (std::vector<deUint8>*, std::string*)
+bool validateSpirV (const std::vector<deUint8>&, std::string*)
{
TCU_THROW(NotSupportedError, "SPIR-V validation not supported (DEQP_HAVE_SPIRV_TOOLS not defined)");
}