added PROGRAM_UNIFORM to map_register_file()

This commit is contained in:
Brian
2007-07-24 15:38:41 -06:00
parent 6a235d3fe5
commit 5c2cff44d2
+1
View File
@@ -18,6 +18,7 @@ map_register_file(
case PROGRAM_STATE_VAR:
//case PROGRAM_NAMED_PARAM:
case PROGRAM_CONSTANT:
case PROGRAM_UNIFORM:
return TGSI_FILE_CONSTANT;
case PROGRAM_INPUT:
return TGSI_FILE_INPUT;