MCPcopy Create free account
hub / github.com/comaps/comaps / IsInitialized

Method IsInitialized

libs/drape/mesh_object.hpp:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 uint32_t GetNextBufferIndex() const { return static_cast<uint32_t>(m_buffers.size()); }
113
114 bool IsInitialized() const { return m_initialized; }
115 void Build(ref_ptr<dp::GraphicsContext> context, ref_ptr<dp::GpuProgram> program);
116 void Reset();
117

Callers 2

CreateMeshFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected