mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 12:55:47 -04:00
GPU: Add some missing state reset
This commit is contained in:
@ -11,6 +11,8 @@ public:
|
||||
GPU_HW();
|
||||
virtual ~GPU_HW();
|
||||
|
||||
virtual void Reset() override;
|
||||
|
||||
protected:
|
||||
struct HWVertex
|
||||
{
|
||||
|
Reference in New Issue
Block a user