Skip to content

Commit

Permalink
igl | shell | ImageLoader : make fileLoader() function become public. (
Browse files Browse the repository at this point in the history
…#231)

Summary:
This is a prerequisite PR for igl nanovg(#213).

Pull Request resolved: #231

Reviewed By: MichaelTay

Differential Revision: D67406702

Pulled By: corporateshark

fbshipit-source-id: 4f1b6f5f200440f01bfd268ab4e1cfe19035d596
  • Loading branch information
vinsentli authored and facebook-github-bot committed Dec 19, 2024
1 parent f9761b4 commit 3df06c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/shared/imageLoader/ImageLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class ImageLoader {
uint32_t length,
std::optional<igl::TextureFormat> preferredFormat = {}) noexcept;

protected:
[[nodiscard]] const FileLoader& fileLoader() const noexcept {
return fileLoader_;
}
Expand Down

0 comments on commit 3df06c4

Please sign in to comment.