assimp/code/AssetLib/glTF
RichardTea aaae3e3a10 size_t is 32bit on some platforms
Also assert if size_t is smaller than uint32_t (probably not necessary)
Note: 32bit builds will crash OOM if a really large model is loaded, as cannot allocate that much in total, let alone contiguously.
2021-11-08 15:05:20 +00:00
..
glTFAsset.h Move duplicate code to glFT common header. 2021-09-14 20:45:36 +02:00
glTFAsset.inl size_t is 32bit on some platforms 2021-11-08 15:05:20 +00:00
glTFAssetWriter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
glTFAssetWriter.inl Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
glTFCommon.cpp Merge branch 'master' into update_copyrights 2021-02-28 12:18:41 +01:00
glTFCommon.h Move duplicate code to glFT common header. 2021-09-14 20:45:36 +02:00
glTFExporter.cpp Add missing diagnostic push 2021-08-11 18:57:21 -04:00
glTFExporter.h Move duplicate code to glFT common header. 2021-09-14 20:45:36 +02:00
glTFImporter.cpp fixed glTF export stuff being pulled into the EXE even if building with ASSIMP_BUILD_NO_EXPORT 2021-04-16 20:44:40 +02:00
glTFImporter.h Move duplicate code to glFT common header. 2021-09-14 20:45:36 +02:00