Skip to content

Commit

Permalink
Add comment about object size
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Nov 8, 2020
1 parent 43cc088 commit 3c7c8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CNFGWASMDriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ float sqrtf( float f );


//Geometry batching system - so we can batch geometry and deliver it all at once.
#define VERTCOUNT 8192
#define VERTCOUNT 8192 //98,304 bytes.
float vertdataV[VERTCOUNT*2];
uint32_t vertdataC[VERTCOUNT];
int vertplace;
Expand Down

0 comments on commit 3c7c8fb

Please sign in to comment.