mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 16:28:09 +00:00
texture_cache: Address Feedback
This commit is contained in:
parent
98de1132e7
commit
c3c7215820
7 changed files with 35 additions and 22 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/binary_find.h"
|
||||
#include "common/common_types.h"
|
||||
#include "video_core/gpu.h"
|
||||
#include "video_core/morton.h"
|
||||
|
@ -191,7 +191,7 @@ private:
|
|||
template <typename TView>
|
||||
class SurfaceBase : public SurfaceBaseImpl {
|
||||
public:
|
||||
virtual void UploadTexture(std::vector<u8>& staging_buffer) = 0;
|
||||
virtual void UploadTexture(const std::vector<u8>& staging_buffer) = 0;
|
||||
|
||||
virtual void DownloadTexture(std::vector<u8>& staging_buffer) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue