mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed EOLs.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user