pub fn get_adreno_model(adapter: &RenderAdapter) -> Option<u32>
Expand description
If the RenderAdapter
is a Qualcomm Adreno, returns its model number.
This lets us work around hardware bugs.
pub fn get_adreno_model(adapter: &RenderAdapter) -> Option<u32>
If the RenderAdapter
is a Qualcomm Adreno, returns its model number.
This lets us work around hardware bugs.