mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Rename VertexDecl to VertexLayout
This commit is contained in:
committed by
Бранимир Караџић
parent
6bd22840e7
commit
855623e153
@@ -26,10 +26,10 @@ struct PosColorVertex
|
||||
.end();
|
||||
}
|
||||
|
||||
static bgfx::VertexDecl ms_decl;
|
||||
static bgfx::VertexLayout ms_decl;
|
||||
};
|
||||
|
||||
bgfx::VertexDecl PosColorVertex::ms_decl;
|
||||
bgfx::VertexLayout PosColorVertex::ms_decl;
|
||||
|
||||
struct PosColorTexCoord0Vertex
|
||||
{
|
||||
@@ -50,10 +50,10 @@ struct PosColorTexCoord0Vertex
|
||||
.end();
|
||||
}
|
||||
|
||||
static bgfx::VertexDecl ms_decl;
|
||||
static bgfx::VertexLayout ms_decl;
|
||||
};
|
||||
|
||||
bgfx::VertexDecl PosColorTexCoord0Vertex::ms_decl;
|
||||
bgfx::VertexLayout PosColorTexCoord0Vertex::ms_decl;
|
||||
|
||||
static PosColorVertex s_cubeVertices[8] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user