Skip to content

Commit

Permalink
Revert "[impeller] Remove declare_undefined_values (#37829)"
Browse files Browse the repository at this point in the history
This reverts commit c3645c3.
  • Loading branch information
zanderso authored Nov 22, 2022
1 parent eba7ecd commit 7c89397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions impeller/compiler/spirv_sksl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ 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 7c89397

Please sign in to comment.