aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/Texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libGLESv2/Texture.h')
-rw-r--r--src/libGLESv2/Texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libGLESv2/Texture.h b/src/libGLESv2/Texture.h
index 94dd3bc9..ca5686fd 100644
--- a/src/libGLESv2/Texture.h
+++ b/src/libGLESv2/Texture.h
@@ -69,7 +69,7 @@ class Texture : public RefCountObject
virtual bool isSamplerComplete(const SamplerState &samplerState, const TextureCapsMap &textureCaps, const Extensions &extensions, int clientVersion) const = 0;
- rx::TextureStorageInterface *getNativeTexture();
+ rx::TextureStorage *getNativeTexture();
virtual void generateMipmaps();
virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source);