Path Tracer
|
#include <assimp/IOStream.hpp>
#include <assimp/IOSystem.hpp>
#include <assimp/ai_assert.h>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | Assimp::MemoryIOStream |
class | Assimp::MemoryIOSystem |
Namespaces | |
Assimp | |
Macros | |
#define | AI_MEMORYIOSTREAM_H_INC |
#define | AI_MEMORYIO_MAGIC_FILENAME "$$$___magic___$$$" |
#define | AI_MEMORYIO_MAGIC_FILENAME_LENGTH 17 |
Handy IOStream/IOSystem implemetation to read directly from a memory buffer