surfman 0.3.0

A cross-platform, low-level toolkit for GPU surface management
Documentation
1
2
3
4
5
6
7
// surfman/surfman/src/implementation/mod.rs
//
//! This is an included private module that automatically produces the implementations of the
//! various traits for a backend.

mod connection;
mod device;