MCPcopy Create free account
hub / github.com/Tencent/tgfx / createCommandEncoder

Method createCommandEncoder

src/gpu/opengl/GLGPU.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303std::shared_ptr<CommandEncoder> GLGPU::createCommandEncoder() {
304 return std::make_shared<GLCommandEncoder>(this);
305}
306} // namespace tgfx

Callers 1

flushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected