Skip to content
Permalink
Browse files
Merge pull request #6233 from lioncash/vulkan-texture
 VKTexture: Remove unimplemented ScaleRectangleFromTexture() prototype
  • Loading branch information
stenzek committed Dec 3, 2017
2 parents 4c48cc6 + 6ca85db commit 0c480a7
Showing 1 changed file with 2 additions and 3 deletions.
@@ -29,9 +29,8 @@ class VKTexture final : public AbstractTexture
u32 dst_layer, u32 dst_level) override;
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);
const MathUtil::Rectangle<int>& dst_rect) override;

void Load(u32 level, u32 width, u32 height, u32 row_length, const u8* buffer,
size_t buffer_size) override;

0 comments on commit 0c480a7

Please sign in to comment.