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

@@ -872,11 +872,11 @@ namespace
bgfx::IndexBufferHandle m_geometryIndices;
bgfx::VertexBufferHandle m_geometryVertices;
bgfx::VertexDecl m_geometryDecl;
bgfx::VertexLayout m_geometryDecl;
bgfx::IndexBufferHandle m_instancedGeometryIndices;
bgfx::VertexBufferHandle m_instancedGeometryVertices;
bgfx::VertexDecl m_instancedGeometryDecl;
bgfx::VertexLayout m_instancedGeometryDecl;
bgfx::IndirectBufferHandle m_dispatchIndirect;