From 9b778279ad4db020f2efdb3d73c185bfde74b1ff Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 8 May 2008 17:39:56 -0400 Subject: [PATCH] Added a FIXME. --HG-- branch : trunk --- mojoshader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mojoshader.c b/mojoshader.c index e81c4b9e..2407e354 100644 --- a/mojoshader.c +++ b/mojoshader.c @@ -741,6 +741,7 @@ static void add_attribute_register(Context *ctx, const RegisterType rtype, static inline void add_sampler(Context *ctx, const RegisterType rtype, const int regnum, const TextureType ttype) { + // !!! FIXME: make sure it doesn't exist? RegisterList *item = reglist_insert(ctx, &ctx->samplers, rtype, regnum); item->index = (int) ttype; } // add_sampler