Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 30, 2009
1 parent 9d58f2d commit 3401cd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mojoshader_opengl.c
Expand Up @@ -119,7 +119,8 @@ struct MOJOSHADER_glContext
void *malloc_data;

// The constant register files...
// Man, it kills me how much memory this takes...
// !!! FIXME: Man, it kills me how much memory this takes...
// !!! FIXME: ... make this dynamically allocated on demand.
GLfloat vs_reg_file_f[MAX_REG_FILE_F * 4];
GLint vs_reg_file_i[MAX_REG_FILE_I * 4];
uint8 vs_reg_file_b[MAX_REG_FILE_B];
Expand Down

0 comments on commit 3401cd8

Please sign in to comment.