Skip to content

Commit

Permalink
[impeller] Remove declare_undefined_values (flutter#37829)
Browse files Browse the repository at this point in the history
* This call has been deprecated in the upstream dep
* KhronosGroup/SPIRV-Cross#2062
  • Loading branch information
Casey Hillers committed Nov 22, 2022
1 parent 8dd8e09 commit c3645c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions impeller/compiler/spirv_sksl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c3645c3

Please sign in to comment.