[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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user