You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should rename the FIleManagerLoader to just FileManager.
The new void SaveFile(std::string filename, void *data) handlers should follow the LoadFile() handler.
But the filenames could be something like "gpu://dummy.hlsl", which could save the data directly into the gpu or "mnn://test1.mnn", which would save the data to the MNN library
The text was updated successfully, but these errors were encountered:
You should rename the FIleManagerLoader to just FileManager.
The new void SaveFile(std::string filename, void *data) handlers should follow the LoadFile() handler.
But the filenames could be something like "gpu://dummy.hlsl", which could save the data directly into the gpu or "mnn://test1.mnn", which would save the data to the MNN library
The text was updated successfully, but these errors were encountered: