Refactor read assets

Generic PPtr
Misc
This commit is contained in:
Perfare
2018-11-21 15:37:56 +08:00
parent 8c749e21e1
commit bfaa207853
45 changed files with 1135 additions and 1055 deletions

View File

@ -42,7 +42,7 @@ namespace AssetStudio
new ShaderProgram(blobReader);
}
}*/
return shader.reader.Dump();
return shader.Dump();
}
return Encoding.UTF8.GetString(shader.m_Script);
}