pub fn gfx_device_properties<B>(
adapter: &Adapter<B>,
) -> DeviceProperties<'static>where
B: Backend,Expand description
Returns DeviceProperties from gfx’s Adapter, required to create GpuAllocator.
pub fn gfx_device_properties<B>(
adapter: &Adapter<B>,
) -> DeviceProperties<'static>where
B: Backend,Returns DeviceProperties from gfx’s Adapter, required to create GpuAllocator.