mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
Merge pull request #6233 from lioncash/vulkan-texture
VKTexture: Remove unimplemented ScaleRectangleFromTexture() prototype
This commit is contained in:
commit
0c480a7777
1 changed files with 2 additions and 3 deletions
|
@ -29,9 +29,8 @@ public:
|
||||||
u32 dst_layer, u32 dst_level) override;
|
u32 dst_layer, u32 dst_level) override;
|
||||||
void ScaleRectangleFromTexture(const AbstractTexture* source,
|
void ScaleRectangleFromTexture(const AbstractTexture* source,
|
||||||
const MathUtil::Rectangle<int>& src_rect,
|
const MathUtil::Rectangle<int>& src_rect,
|
||||||
const MathUtil::Rectangle<int>& dst_rect);
|
const MathUtil::Rectangle<int>& dst_rect) override;
|
||||||
void ScaleRectangleFromTexture(Texture2D* src_texture, const MathUtil::Rectangle<int>& src_rect,
|
|
||||||
const MathUtil::Rectangle<int>& dst_rect);
|
|
||||||
void Load(u32 level, u32 width, u32 height, u32 row_length, const u8* buffer,
|
void Load(u32 level, u32 width, u32 height, u32 row_length, const u8* buffer,
|
||||||
size_t buffer_size) override;
|
size_t buffer_size) override;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue