mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +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
|
@ -68,7 +68,7 @@ public:
|
|||
virtual void SetScissorRect(const EFBRectangle& rc) {}
|
||||
virtual void SetRasterizationState(const RasterizationState& state) {}
|
||||
virtual void SetDepthState(const DepthState& state) {}
|
||||
virtual void SetSamplerState(int stage, int texindex, bool custom_tex) {}
|
||||
virtual void SetSamplerState(u32 index, const SamplerState& state) {}
|
||||
virtual void SetInterlacingMode() {}
|
||||
virtual void SetViewport() {}
|
||||
virtual void SetFullscreen(bool enable_fullscreen) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue