27 bool isOpen()
const {
return myCgltfWrapper !=
nullptr; }
40 return myCgltfWrapper->getCgltfData();
47 return myCgltfWrapper->getCgltfData();
55 return &myCgltfWrapper->getCgltfOptions();
62 return &myCgltfWrapper->getCgltfOptions();
73 Mode myMode = Mode::Invalid;
typedef int(APIENTRYP RE_PFNGLXSWAPINTERVALSGIPROC)(int)
GLsizei const GLchar *const * path
std::unique_ptr< T, Deleter > UT_UniquePtr
A smart pointer for unique ownership of dynamically allocated objects.
cgltf_data * getCgltfData()
cgltf_options * getCgltfOptions()
GLTF_CgltfWrapper * getCgltfWrapper()
const cgltf_options * getCgltfOptions() const
const cgltf_data * getCgltfData() const