windows::Win32::AI::MachineLearning::DirectML

Function DMLCreateDevice

pub unsafe fn DMLCreateDevice<P0, T>(
    d3d12device: P0,
    flags: DML_CREATE_DEVICE_FLAGS,
    result__: *mut Option<T>,
) -> Result<()>
where P0: Param<ID3D12Device>, T: Interface,