summaryrefslogtreecommitdiffstats
path: root/TextureLoader/interface/Image.hpp
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-02-02 00:53:27 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-02-02 00:53:27 +0000
commite27e34a5fa07c473788b2112e274785562501b39 (patch)
tree33571015b28c8644919453bc17c9dca11e8f4553 /TextureLoader/interface/Image.hpp
parentFixed minor UWP issue (diff)
downloadDiligentTools-e27e34a5fa07c473788b2112e274785562501b39.tar.gz
DiligentTools-e27e34a5fa07c473788b2112e274785562501b39.zip
Enabled C API for texture loading functions
Diffstat (limited to 'TextureLoader/interface/Image.hpp')
-rw-r--r--TextureLoader/interface/Image.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TextureLoader/interface/Image.hpp b/TextureLoader/interface/Image.hpp
index 7a8f11a..dd8cc32 100644
--- a/TextureLoader/interface/Image.hpp
+++ b/TextureLoader/interface/Image.hpp
@@ -87,9 +87,8 @@ struct ImageDesc
};
/// Implementation of a 2D image
-class Image : public ObjectBase<IObject>
+struct Image : public ObjectBase<IObject>
{
-public:
typedef ObjectBase<IObject> TBase;
/// Creates a new image from the data blob