veeenu / hudhook

A videogame overlay framework written in Rust, supporting DirectX and OpenGL
MIT License
209 stars 30 forks source link

Add proper cleanup to Pipeline #169

Closed veeenu closed 8 months ago

veeenu commented 8 months ago

This fixes a bug where Pipeline::cleanup is not actually invoked in eject, resulting in the window procedure not being reverted.