mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
14 lines
273 B
C
14 lines
273 B
C
|
/*
|
||
|
* Copyright 2011-2012 Branimir Karadzic. All rights reserved.
|
||
|
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||
|
*/
|
||
|
|
||
|
#include <bgfx.h>
|
||
|
|
||
|
namespace bgfx
|
||
|
{
|
||
|
const char* getAttribName(Attrib::Enum _attr);
|
||
|
void dump(const VertexDecl& _decl);
|
||
|
|
||
|
} // namespace bgfx
|