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

Commit c3645c3

Browse files
author
Casey Hillers
authored
[impeller] Remove declare_undefined_values (#37829)
* This call has been deprecated in the upstream dep * KhronosGroup/SPIRV-Cross#2062
1 parent 8dd8e09 commit c3645c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

impeller/compiler/spirv_sksl.cc

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

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

0 commit comments

Comments
 (0)