Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webgpu: combine tint static libs into single lib #8520

Merged
merged 2 commits into from
Mar 13, 2025

Conversation

poweifeng
Copy link
Contributor

No description provided.

@poweifeng poweifeng added the internal Issue/PR does not affect clients label Mar 12, 2025
set_target_properties(webgpu_dawn PROPERTIES IMPORTED_LOCATION
${FILAMENT_DIR}/lib/${ANDROID_ABI}/libwebgpu_dawn.a)
# See third_party/dawn/tnt/CMakeLists.txt and libs/filamat/CMakeLists.txt
add_library(tint STATIC IMPORTED)
Copy link
Contributor

@sidreesshah sidreesshah Mar 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we use tint_combined in this file? Not tint.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, this is just a local naming (or renaming) of libttint_combined.a to a lib named tint

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Reason i mentioned it because tint is already aliased to tint_api here. We already use that alias in filamat

@poweifeng poweifeng enabled auto-merge (squash) March 13, 2025 17:41
@poweifeng poweifeng merged commit e3b7861 into main Mar 13, 2025
14 checks passed
@poweifeng poweifeng deleted the pf/webgpu-use-tint-combined branch March 13, 2025 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants