Skip to content

Instantly share code, notes, and snippets.

View meggsOmatic's full-sized avatar

Andrew Meggs meggsOmatic

View GitHub Profile
static const int Y_SIZE = 192;
static const int X_SIZE = 728;
struct VertexInput {
float3 pos : POSITION;
float3 color : COLOR0;
}
struct VertexOutput {