MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Create

Method Create

src/SFGUI/Canvas.cpp:259–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259Canvas::Ptr Canvas::Create( bool depth ) {
260 return Ptr( new Canvas( depth ) );
261}
262
263std::unique_ptr<RenderQueue> Canvas::InvalidateImpl() const {
264 std::unique_ptr<RenderQueue> queue( new RenderQueue );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected