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