VKTexture: Remove unimplemented ScaleRectangleFromTexture() prototype

This commit is contained in:
Lioncash 2017-12-02 20:15:32 -05:00
parent 4c48cc6757
commit c7bc16811c
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ public:
void ScaleRectangleFromTexture(const AbstractTexture* source,
const MathUtil::Rectangle<int>& src_rect,
const MathUtil::Rectangle<int>& dst_rect);
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,
size_t buffer_size) override;