GPU/Software: Reduce number of copies by one, enable 16-bit scanout
This commit is contained in:
@@ -57,6 +57,10 @@ public:
|
||||
u32 texture_data_stride) override;
|
||||
bool DownloadTexture(const void* texture_handle, u32 x, u32 y, u32 width, u32 height, void* out_data,
|
||||
u32 out_data_stride) override;
|
||||
bool SupportsDisplayPixelFormat(HostDisplayPixelFormat format) const override;
|
||||
bool BeginSetDisplayPixels(HostDisplayPixelFormat format, u32 width, u32 height, void** out_buffer,
|
||||
u32* out_pitch) override;
|
||||
void EndSetDisplayPixels() override;
|
||||
|
||||
virtual void SetVSync(bool enabled) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user