mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Rename VertexDecl to VertexLayout
This commit is contained in:
committed by
Бранимир Караџић
parent
6bd22840e7
commit
855623e153
@@ -24,10 +24,10 @@ struct PosVertex
|
||||
.end();
|
||||
};
|
||||
|
||||
static bgfx::VertexDecl ms_decl;
|
||||
static bgfx::VertexLayout ms_decl;
|
||||
};
|
||||
|
||||
bgfx::VertexDecl PosVertex::ms_decl;
|
||||
bgfx::VertexLayout PosVertex::ms_decl;
|
||||
|
||||
struct ColorVertex
|
||||
{
|
||||
@@ -41,10 +41,10 @@ struct ColorVertex
|
||||
.end();
|
||||
};
|
||||
|
||||
static bgfx::VertexDecl ms_decl;
|
||||
static bgfx::VertexLayout ms_decl;
|
||||
};
|
||||
|
||||
bgfx::VertexDecl ColorVertex::ms_decl;
|
||||
bgfx::VertexLayout ColorVertex::ms_decl;
|
||||
|
||||
static PosVertex s_cubePosVertices[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user