veeenu / hudhook

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

Add proper cleanup to Pipeline #169

Closed veeenu closed 4 months ago

veeenu commented 4 months ago

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