Remove the ability to turn off prescaleUV entirely. It's simply better to do it in the vertex decoder.
This commit is contained in:
parent
80af358eea
commit
9d7983eee8
23 changed files with 100 additions and 413 deletions
|
@ -1148,7 +1148,7 @@ bool FramebufferManagerVulkan::CreateDownloadTempBuffer(VirtualFramebuffer *nvfb
|
|||
}
|
||||
|
||||
void FramebufferManagerVulkan::UpdateDownloadTempBuffer(VirtualFramebuffer *nvfb) {
|
||||
_assert_msg_(G3D, nvfb->fbo, "Expecting a valid nvfb in UpdateDownloadTempBuffer");
|
||||
// _assert_msg_(G3D, nvfb->fbo, "Expecting a valid nvfb in UpdateDownloadTempBuffer");
|
||||
|
||||
// Discard the previous contents of this buffer where possible.
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue