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

Method Unbind

libs/drape/mesh_object.cpp:288–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void MeshObject::Unbind(ref_ptr<dp::GpuProgram> program)
289{
290 program->Unbind();
291
292 CHECK(m_impl != nullptr, ());
293 m_impl->Unbind();
294}
295
296void MeshObject::UpdateImpl(ref_ptr<dp::GraphicsContext> context, uint32_t bufferInd)
297{

Callers 1

TestProgramParamsFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestProgramParamsFunction · 0.36