glsl_to_tgsi: remove memset after calloc
This commit is contained in:
@@ -5139,8 +5139,6 @@ st_translate_program(
|
||||
goto out;
|
||||
}
|
||||
|
||||
memset(t, 0, sizeof *t);
|
||||
|
||||
t->procType = procType;
|
||||
t->inputMapping = inputMapping;
|
||||
t->outputMapping = outputMapping;
|
||||
|
||||
Reference in New Issue
Block a user