kewur / assimp-net

Automatically exported from code.google.com/p/assimp-net
0 stars 0 forks source link

Access Violation in EmbeddedTexture::FromNative #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Occurring when reading texel data for non-compressed textures:

MemoryHelper.FromNativeArray<Texel>(nativeValue.Data, size);

Original issue reported on code.google.com by nicholas.woodfield on 24 May 2013 at 4:16

GoogleCodeExporter commented 8 years ago
Fixed in r101, courtesy of Assimp's Alexander Gessler

Original comment by nicholas.woodfield on 30 Sep 2013 at 11:22