Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Metal: Removed FIXME that already got fixed.
  • Loading branch information
icculus committed May 17, 2016
1 parent 62ab376 commit e666e1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mojoshader.c
Expand Up @@ -4699,8 +4699,6 @@ static void emit_METAL_const_array(Context *ctx, const ConstantsList *clist,
char varname[64];
get_METAL_const_array_varname_in_buf(ctx,base,size,varname,sizeof(varname));

// !!! FIXME: this needs to have a unique name so it doesn't clash when
// !!! FIXME: building a metallib.
const char *cstr = NULL;
push_output(ctx, &ctx->globals);
output_line(ctx, "constant float4 %s[%d] = {", varname, size);
Expand Down

0 comments on commit e666e1f

Please sign in to comment.