rust/lib-hedgewars-engine/src/render.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 08 Dec 2018 17:28:15 +0100
changeset 14404 cea19d3342c8
parent 14356 97be4f6bf264
child 14724 81030dcbd2d8
permissions -rw-r--r--
Modify texts in first 2 ACF missions to be compatible with Touch

use gfx::{
    format,
    ConstantBuffer,
    DepthTarget,
    RenderTarget,
    TextureSampler,
    VertexBuffer,
};

struct Camera {
    pos: [f32; 2]
}

fn render() {

}