added PROGRAM_NAMED_PARAM in map_register_file()
This commit is contained in:
@@ -16,7 +16,7 @@ map_register_file(
|
||||
//case PROGRAM_LOCAL_PARAM:
|
||||
//case PROGRAM_ENV_PARAM:
|
||||
case PROGRAM_STATE_VAR:
|
||||
//case PROGRAM_NAMED_PARAM:
|
||||
case PROGRAM_NAMED_PARAM:
|
||||
case PROGRAM_CONSTANT:
|
||||
case PROGRAM_UNIFORM:
|
||||
return TGSI_FILE_CONSTANT;
|
||||
|
||||
Reference in New Issue
Block a user