This commit is contained in:
Branimir Karadžić 2016-03-06 14:56:09 -08:00
parent 67d36dc9a9
commit cd81ab9b99
3 changed files with 35 additions and 21 deletions
examples/common

View file

@ -389,7 +389,7 @@ struct Group
namespace bgfx
{
int32_t read(bx::ReaderI* _reader, bgfx::VertexDecl& _decl);
int32_t read(bx::ReaderI* _reader, bgfx::VertexDecl& _decl, bx::Error* _err = NULL);
}
struct Mesh