Fixed EOLs.
This commit is contained in:
parent
cfac3feb85
commit
6ad62e9095
@ -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…
x
Reference in New Issue
Block a user