mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 14:18:44 +00:00
BPFunctions: Move GX viewport conversion to VideoCommon
This commit is contained in:
parent
a2d2a0a356
commit
5359396099
12 changed files with 111 additions and 165 deletions
|
@ -67,7 +67,8 @@ public:
|
|||
void SetSamplerState(u32 index, const SamplerState& state) override;
|
||||
void UnbindTexture(const AbstractTexture* texture) override;
|
||||
void SetInterlacingMode() override;
|
||||
void SetViewport() override;
|
||||
void SetViewport(float x, float y, float width, float height, float near_depth,
|
||||
float far_depth) override;
|
||||
|
||||
void ChangeSurface(void* new_surface_handle) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue