bevy/crates/bevy_render/src/batching
François Mockers e208fb70f5
disable gpu preprocessing on android with Adreno 6xx GPU (#13323)
# Objective

- Fixes #13038 

## Solution

- Disable gpu preprocessing when feature
`SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING` is not
available

## Testing

- Tested on android device that used to crash
2024-05-30 14:33:27 +00:00
..
gpu_preprocessing.rs disable gpu preprocessing on android with Adreno 6xx GPU (#13323) 2024-05-30 14:33:27 +00:00
mod.rs Make render phases render world resources instead of components. (#13277) 2024-05-21 18:23:04 +00:00
no_gpu_preprocessing.rs Make render phases render world resources instead of components. (#13277) 2024-05-21 18:23:04 +00:00