mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
VideoCommon: De-globalize VertexShaderManager class.
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
class PixelShaderManager;
|
||||
class SoundStream;
|
||||
struct Sram;
|
||||
class VertexShaderManager;
|
||||
|
||||
namespace AudioInterface
|
||||
{
|
||||
@ -110,6 +111,7 @@ public:
|
||||
PixelShaderManager& GetPixelShaderManager() const;
|
||||
SerialInterface::SerialInterfaceState& GetSerialInterfaceState() const;
|
||||
Sram& GetSRAM() const;
|
||||
VertexShaderManager& GetVertexShaderManager() const;
|
||||
VideoInterface::VideoInterfaceState& GetVideoInterfaceState() const;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user