mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -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);
|
||||
}
|
||||
|
||||
struct PosColorTexCoord0Vertex
|
||||
{
|
||||
float m_x;
|
||||
float m_y;
|
||||
float m_z;
|
||||
uint32_t m_abgr;
|
||||
float m_u;
|
||||
float m_v;
|
||||
struct PosColorTexCoord0Vertex
|
||||
{
|
||||
float m_x;
|
||||
float m_y;
|
||||
float m_z;
|
||||
uint32_t m_abgr;
|
||||
float m_u;
|
||||
float m_v;
|
||||
};
|
||||
|
||||
static bgfx::VertexDecl s_PosColorTexCoord0Decl;
|
||||
|
|
Loading…
Reference in a new issue