Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove references to old sample_texture function (#17195)
# Objective Remove some outdated docs from 0.15 that mention a removed function. ## Solution In `pbr_functions.wgsl`, I think it's fine to just remove the mention. In `meshlet/asset.rs`, I think it would be nice to still have a note on how texture samples should be done. Unfortunately, there isn't a nice abstraction for it any more. Current workaround, for reference: https://github.com/bevyengine/bevy/blob/b386d08d0f905d07843ddfed936e404845a6a10b/crates/bevy_pbr/src/render/pbr_fragment.wgsl#L184-L208 For now, I've just removed the mention.
- Loading branch information