Updated some comments
This commit is contained in:
parent
a42f8328b2
commit
8e186e840c
6 changed files with 57 additions and 57 deletions
|
@ -221,7 +221,7 @@ typedef struct Camera {
|
|||
} Camera;
|
||||
|
||||
// Vertex data definning a mesh
|
||||
typedef struct {
|
||||
typedef struct VertexData {
|
||||
int vertexCount;
|
||||
float *vertices; // 3 components per vertex
|
||||
float *texcoords; // 2 components per vertex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue