Commit ab8d424a by Michael Spang Committed by Commit Bot

Vulkan: Remove unused onExternalLayoutChange declaration

This function is no longer defined or implemented, but forgot to remove the declaration. Bug: angleproject:4229 Change-Id: Ifedcbe09fde56bc46d18ea5e87cf4a4ad51b85fc Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2199645 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 85c86567
...@@ -1329,10 +1329,6 @@ class ImageHelper final : public Resource, public angle::Subject ...@@ -1329,10 +1329,6 @@ class ImageHelper final : public Resource, public angle::Subject
// Returns true if the image is owned by an external API or instance. // Returns true if the image is owned by an external API or instance.
bool isReleasedToExternal() const; bool isReleasedToExternal() const;
// If the image is used externally to GL, its layout could be different from ANGLE's internal
// state. This function is used to inform ImageHelper of an external layout change.
void onExternalLayoutChange(ImageLayout newLayout);
uint32_t getBaseLevel(); uint32_t getBaseLevel();
void setBaseAndMaxLevels(uint32_t baseLevel, uint32_t maxLevel); void setBaseAndMaxLevels(uint32_t baseLevel, uint32_t maxLevel);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment