MCPcopy Create free account
hub / github.com/apitrace/apitrace / FramebufferObjectMap

Method FramebufferObjectMap

frametrim/ft_dependecyobject.cpp:1125–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123
1124
1125FramebufferObjectMap::FramebufferObjectMap(uint32_t context_id)
1126{
1127 set_current_context_id(context_id);
1128 auto default_fb = std::make_shared<UsedObject>(0);
1129 addObject(0, default_fb);
1130 bind(GL_DRAW_FRAMEBUFFER, 0);
1131 bind(GL_READ_FRAMEBUFFER, 0);
1132}
1133
1134unsigned
1135FramebufferObjectMap::getBindpointFromCall(const trace::Call& call) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected