From dd73bacc4a824c7f51ba1c680b0f860121a4c04e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 23 Nov 2014 21:21:25 -0500 Subject: [PATCH] Added a FIXME. --- mojoshader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mojoshader.c b/mojoshader.c index 1485e442..257be584 100644 --- a/mojoshader.c +++ b/mojoshader.c @@ -9241,6 +9241,7 @@ static void process_definitions(Context *ctx) // Apparently this is an attribute that wasn't DCL'd. // Add it to the attribute list; deal with it later. + // !!! FIXME: we should use something other than UNKNOWN here. add_attribute_register(ctx, regtype, regnum, MOJOSHADER_USAGE_UNKNOWN, 0, 0xF, 0); break;