mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
BPFunctions: Move upscaling of scissor rect to VideoCommon
This commit is contained in:
parent
5359396099
commit
c1b39ecc58
8 changed files with 17 additions and 44 deletions
|
@ -70,7 +70,7 @@ public:
|
|||
};
|
||||
|
||||
virtual void SetBlendingState(const BlendingState& state) {}
|
||||
virtual void SetScissorRect(const EFBRectangle& rc) {}
|
||||
virtual void SetScissorRect(const MathUtil::Rectangle<int>& rc) {}
|
||||
virtual void SetRasterizationState(const RasterizationState& state) {}
|
||||
virtual void SetDepthState(const DepthState& state) {}
|
||||
virtual void SetTexture(u32 index, const AbstractTexture* texture) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue