mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
VideoBackends: Use vertex shader depth range if ztexture is used.
This commit is contained in:
parent
bde8126913
commit
a15555fe03
8 changed files with 69 additions and 60 deletions
|
@ -145,6 +145,8 @@ public:
|
|||
// Final surface changing
|
||||
// This is called when the surface is resized (WX) or the window changes (Android).
|
||||
virtual void ChangeSurface(void* new_surface_handle) {}
|
||||
bool UseVertexDepthRange() const;
|
||||
|
||||
protected:
|
||||
static void CalculateTargetScale(int x, int y, int* scaledX, int* scaledY);
|
||||
bool CalculateTargetSize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue