matt77hias / MAGE-v0

🧙 MAGE v0
https://matt77hias.github.io/MAGE-v0-Doc
GNU General Public License v3.0
266 stars 20 forks source link

pimpl for managers #49

Closed matt77hias closed 6 years ago

matt77hias commented 6 years ago

pimpl classes can be put on the stack (size of SharedPtr)

matt77hias commented 6 years ago

Note that most cases still require two pointer jumps. For example: RenderingManager could not directly construct a SwapChain or Renderer.