MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ has_state()

bool MayaFlux::Buffers::NetworkGeometryBuffer::has_state ( const std::string &  name) const

Whether a state field of this name was declared.

Definition at line 355 of file NetworkGeometryBuffer.cpp.

356{
357 return m_state_fields.contains(name);
358}
std::string name
Definition VKDevice.cpp:143
std::unordered_map< std::string, StateField > m_state_fields

References m_state_fields, and name.

Referenced by ensure_cluster_ids().

+ Here is the caller graph for this function: