This commit is contained in:
Branimir Karadžić 2017-03-08 20:04:40 -08:00
parent 4bdd3ae599
commit 9c881298a9

View File

@ -497,7 +497,6 @@ namespace bgfx
TransientIndexBuffer* m_ib;
VertexDecl m_decl;
ProgramHandle m_program;
bool m_init;
};
struct RendererContextI;