Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9b07044

Browse files
authored
Revert "[impeller] Remove declare_undefined_values (#37829)" (#37831)
This reverts commit c3645c3.
1 parent 15dce5e commit 9b07044

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

impeller/compiler/spirv_sksl.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ void CompilerSkSL::emit_resources() {
349349
if (emit_global_variable_resources()) {
350350
statement("");
351351
}
352+
353+
declare_undefined_values();
352354
}
353355

354356
void CompilerSkSL::emit_interface_block(const SPIRVariable& var) {

0 commit comments

Comments
 (0)