you can now print images on the screen
This commit is contained in:
@@ -16,5 +16,6 @@ typedef double float64;
|
||||
|
||||
struct Vertex {
|
||||
float32 x, y, z; // position
|
||||
float32 u, v; // texture coordinates
|
||||
float32 r, g, b, a; // color
|
||||
};
|
||||
Reference in New Issue
Block a user