mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Fixed EOLs.
This commit is contained in:
parent
cfac3feb85
commit
6ad62e9095
1 changed files with 8 additions and 8 deletions
|
@ -17,14 +17,14 @@ void fatalCb(bgfx::Fatal::Enum _code, const char* _str)
|
||||||
DBG("%x: %s", _code, _str);
|
DBG("%x: %s", _code, _str);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct PosColorTexCoord0Vertex
|
struct PosColorTexCoord0Vertex
|
||||||
{
|
{
|
||||||
float m_x;
|
float m_x;
|
||||||
float m_y;
|
float m_y;
|
||||||
float m_z;
|
float m_z;
|
||||||
uint32_t m_abgr;
|
uint32_t m_abgr;
|
||||||
float m_u;
|
float m_u;
|
||||||
float m_v;
|
float m_v;
|
||||||
};
|
};
|
||||||
|
|
||||||
static bgfx::VertexDecl s_PosColorTexCoord0Decl;
|
static bgfx::VertexDecl s_PosColorTexCoord0Decl;
|
||||||
|
|
Loading…
Reference in a new issue