tests: Use correct feature flag for 64bit float attrib test
Not sure what happened here.
Signed-off-by: Chris Forbes <chrisforbes@google.com>
diff --git a/tests/layer_validation_tests.cpp b/tests/layer_validation_tests.cpp
index fda6a29..74b392a 100644
--- a/tests/layer_validation_tests.cpp
+++ b/tests/layer_validation_tests.cpp
@@ -11080,7 +11080,7 @@
ASSERT_NO_FATAL_FAILURE(InitState());
ASSERT_NO_FATAL_FAILURE(InitRenderTarget());
- if (!m_device->phy().features().tessellationShader) {
+ if (!m_device->phy().features().shaderFloat64) {
printf("Device does not support 64bit vertex attributes; skipped.\n");
return;
}