pub fn gpu_profile(world: &World) -> Option<GpuProfile>Expand description
The detected GPU’s capability + memory profile, published by graphics init.
None before init runs, and GpuProfile::UNKNOWN when the backend could
not classify the device.
pub fn gpu_profile(world: &World) -> Option<GpuProfile>The detected GPU’s capability + memory profile, published by graphics init.
None before init runs, and GpuProfile::UNKNOWN when the backend could
not classify the device.