|
Cogs.Core
|
Public Attributes | |
| SafeResourceMap< VertexFormatHandle, VertexFormat > | vertexFormats |
| std::mutex | vertexFormatsByHashMutex |
| std::unordered_map< size_t, VertexFormatHandle > | vertexFormatsByHash |
Definition at line 25 of file VertexFormat.cpp.
| SafeResourceMap<VertexFormatHandle, VertexFormat> Cogs::VertexFormatStorage::vertexFormats |
Definition at line 27 of file VertexFormat.cpp.
| std::unordered_map<size_t, VertexFormatHandle> Cogs::VertexFormatStorage::vertexFormatsByHash |
Definition at line 29 of file VertexFormat.cpp.
| std::mutex Cogs::VertexFormatStorage::vertexFormatsByHashMutex |
Definition at line 28 of file VertexFormat.cpp.