MCPcopy Create free account
hub / github.com/assimp/assimp / aiImportFileFromMemory

Function aiImportFileFromMemory

code/Common/Assimp.cpp:223–229  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

221
222// ------------------------------------------------------------------------------------------------
223const aiScene *aiImportFileFromMemory(
224 const char *pBuffer,
225 unsigned int pLength,
226 unsigned int pFlags,
227 const char *pHint) {
228 return aiImportFileFromMemoryWithProperties(pBuffer, pLength, pFlags, pHint, nullptr);
229}
230
231// ------------------------------------------------------------------------------------------------
232const aiScene *aiImportFileFromMemoryWithProperties(

Callers 1

TEST_FFunction · 0.85

Tested by 1

TEST_FFunction · 0.68