xshade-parser 0.1.2

Parser and untyped AST for the xshade language.
Documentation
struct VertexInput {
    position: vec3,
}

struct VertexInput {
    position: vec3
}

struct VertexInput{
    position: vec3,
}

struct VertexInput{
    position:vec3,
}

struct VertexInput{position:vec3}

struct VertexInput<TVertex> {
    position: TVertex,
}