mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[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:
parent
d57b8f57a8
commit
986101452a
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user