mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 19:27:27 +00:00
VideoBackends: Move SamplerState to common
This commit is contained in:
parent
340aabbb06
commit
24ddea04ce
21 changed files with 352 additions and 401 deletions
|
@ -81,7 +81,7 @@ public:
|
|||
void SetScissorRect(const EFBRectangle& rc) override;
|
||||
void SetRasterizationState(const RasterizationState& state) override;
|
||||
void SetDepthState(const DepthState& state) override;
|
||||
void SetSamplerState(int stage, int texindex, bool custom_tex) override;
|
||||
void SetSamplerState(u32 index, const SamplerState& state) override;
|
||||
void SetInterlacingMode() override;
|
||||
void SetViewport() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue