mepeyew 0.3.5

mepeyew - Small But Powerful Graphics Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// This requires async to be present.
/// Use [`super::WebGpuInitFromWindow`] otherwise.
#[derive(Debug, Clone)]
pub struct WebGpuInit {
    /// Used if you indend on rendering to a canvas.
    /// ```html
    /// <canvas id="renderhere"></canvas>
    ///             ^canvas_id
    /// ```
    pub canvas_id: Option<String>,
}