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