Rename VertexDecl to VertexLayout

This commit is contained in:
Leandro Freire
2019-08-13 10:04:51 +01:00
committed by Бранимир Караџић
parent 6bd22840e7
commit 855623e153
68 changed files with 660 additions and 660 deletions

View File

@@ -49,10 +49,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 PosTexCoord0Vertex
{
@@ -71,10 +71,10 @@ struct PosTexCoord0Vertex
.end();
}
static bgfx::VertexDecl ms_decl;
static bgfx::VertexLayout ms_decl;
};
bgfx::VertexDecl PosTexCoord0Vertex::ms_decl;
bgfx::VertexLayout PosTexCoord0Vertex::ms_decl;
constexpr float cs = 0.29f;