mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
VideoCommon: De-globalize PixelShaderManager class.
This commit is contained in:
parent
529909fe90
commit
725bd64ec2
22 changed files with 197 additions and 133 deletions
|
@ -42,6 +42,7 @@ class AbstractStagingTexture;
|
|||
class BoundingBox;
|
||||
class NativeVertexFormat;
|
||||
class NetPlayChatUI;
|
||||
class PixelShaderManager;
|
||||
class PointerWrap;
|
||||
struct TextureConfig;
|
||||
struct ComputePipelineConfig;
|
||||
|
@ -216,8 +217,8 @@ public:
|
|||
virtual void PokeEFB(EFBAccessType type, const EfbPokeData* points, size_t num_points);
|
||||
|
||||
bool IsBBoxEnabled() const;
|
||||
void BBoxEnable();
|
||||
void BBoxDisable();
|
||||
void BBoxEnable(PixelShaderManager& pixel_shader_manager);
|
||||
void BBoxDisable(PixelShaderManager& pixel_shader_manager);
|
||||
u16 BBoxRead(u32 index);
|
||||
void BBoxWrite(u32 index, u16 value);
|
||||
void BBoxFlush();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue