Remove SPVC toggles and excise remaining references

BUG=dawn:521

Change-Id: Ib6428ca366a70d73096f9b4442c1b7fb69a539ba
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/28142
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
Ryan Harrison
2020-09-03 18:39:37 +00:00
committed by Commit Bot service account
parent b44ca92f1c
commit 2cdb9f1ed1
11 changed files with 3 additions and 235 deletions

View File

@@ -116,7 +116,6 @@ TEST_F(ShaderModuleValidationTest, NoChainedDescriptor) {
}
// Test that it is not allowed to use combined texture and sampler.
// TODO(jiawei.shao@intel.com): support extracting combined texture and sampler in spvc.
TEST_F(ShaderModuleValidationTest, CombinedTextureAndSampler) {
const char* shader = R"(
#version 450