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
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user