Skip to main content

gfx_device_properties

Function gfx_device_properties 

Source
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.