VKTexture: Add missing override specifier to the other ScaleRectangeFromTexture() prototype
This commit is contained in:
parent
c7bc16811c
commit
6ca85dbf0a
|
@ -29,7 +29,7 @@ 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 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…
Reference in New Issue