[impeller] Remove declare_undefined_values (flutter/engine#37829)

* This call has been deprecated in the upstream dep
* https://github.com/KhronosGroup/SPIRV-Cross/pull/2062
This commit is contained in:
Casey Hillers
2022-11-21 20:20:22 -08:00
committed by GitHub
parent d57b8f57a8
commit 986101452a

View File

@@ -349,8 +349,6 @@ void CompilerSkSL::emit_resources() {
if (emit_global_variable_resources()) {
statement("");
}
declare_undefined_values();
}
void CompilerSkSL::emit_interface_block(const SPIRVariable& var) {