File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26222622//!
26232623//! - Metal on macOS, using the [`metal`] crate's bindings.
26242624//!
2625- //! - Direct3D 12 on Windows, using the [`d3d12 `] crate's bindings.
2625+ //! - Direct3D 12 on Windows, using the [`windows `] crate's bindings.
26262626//!
26272627//! [`ash`]: https://crates.io/crates/ash
26282628//! [MoltenVK]: https://github.com/KhronosGroup/MoltenVK
26292629//! [`metal`]: https://crates.io/crates/metal
2630- //! [`d3d12 `]: https://crates.io/crates/d3d12 
2630+ //! [`windows `]: https://crates.io/crates/windows 
26312631//!
26322632//! ## Secondary backends
26332633//!
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ <h3 id="primary-backends"><a href="#primary-backends">Primary backends</a></h3>
8787< p > Metal on macOS, using the < a  href ="https://crates.io/crates/metal "> < code > metal</ code > </ a >  crate’s bindings.</ p > 
8888</ li > 
8989< li > 
90- < p > Direct3D 12 on Windows, using the < a  href ="https://crates.io/crates/d3d12  "> < code > d3d12 </ code > </ a >  crate’s bindings.</ p > 
90+ < p > Direct3D 12 on Windows, using the < a  href ="https://crates.io/crates/windows  "> < code > windows </ code > </ a >  crate’s bindings.</ p > 
9191</ li > 
9292</ ul > 
9393< h3  id ="secondary-backends "> < a  href ="#secondary-backends "> Secondary backends</ a > </ h3 > 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments