Searched refs:m_MaxFogs (Results 1 – 4 of 4) sorted by relevance
178 m_MaxFogs(DEFAULT_MAX_FOGS), in Builder()193 Builder& MaxFogs(s32 max) { m_MaxFogs = max; return *this; } in MaxFogs()218 int m_MaxFogs; variable
162 m_MaxFogs(DEFAULT_MAX_FOGS), in Builder()208 Builder& MaxFogs(s32 max) { m_MaxFogs = max; return *this; } in MaxFogs()236 s32 m_MaxFogs; variable
59 fogs = FogArray(this->m_MaxFogs, allocator); in Create()
110 description.fogs = FogArray(m_MaxFogs, allocator); in Create()