vrust 0.0.1

VRust game engine
1
2
3
4
5
6
7
8
use super::Id;

#[link(name = "ModelIO", kind = "framework")]
extern "C" {
    pub static MDLVertexAttributePosition: Id;
    pub static MDLVertexAttributeTextureCoordinate: Id;
    pub static MDLVertexAttributeNormal: Id;
}