-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
Steps to Reproduce
Flutter Engine fails to build with latest dependencies.
flutter/engine impeller/compiler/spirv_sksl.cc depends on a spirv_cross::declared_undefined_values method which has been removed from SPIRV-Cross.
See KhronosGroup/SPIRV-Cross#2062 for the removal of the API.
Dependency in flutter/engine:
https://github.com/flutter/engine/blob/main/impeller/compiler/spirv_sksl.cc#L353
Logs
Logs
engine/impeller/compiler/spirv_sksl.cc:3: error: use of undeclared identifier 'declare_undefined_values'
declare_undefined_values();
^
1 error generated.
</details>
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.