Cogs.Core
Public Attributes | List of all members
Cogs::VertexFormatStorage Struct Reference

Public Attributes

SafeResourceMap< VertexFormatHandle, VertexFormatvertexFormats
 
std::mutex vertexFormatsByHashMutex
 
std::unordered_map< size_t, VertexFormatHandlevertexFormatsByHash
 

Detailed Description

Definition at line 25 of file VertexFormat.cpp.

Member Data Documentation

◆ vertexFormats

SafeResourceMap<VertexFormatHandle, VertexFormat> Cogs::VertexFormatStorage::vertexFormats

Definition at line 27 of file VertexFormat.cpp.

◆ vertexFormatsByHash

std::unordered_map<size_t, VertexFormatHandle> Cogs::VertexFormatStorage::vertexFormatsByHash

Definition at line 29 of file VertexFormat.cpp.

◆ vertexFormatsByHashMutex

std::mutex Cogs::VertexFormatStorage::vertexFormatsByHashMutex

Definition at line 28 of file VertexFormat.cpp.


The documentation for this struct was generated from the following file: