aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/FramebufferAttachment.cpp
diff options
context:
space:
mode:
authorBrandon Jones <bajones@chromium.org>2014-08-05 13:27:48 -0700
committerBrandon Jones <bajones@chromium.org>2014-08-07 20:18:34 +0000
commitcef06ff2352700d2842f961c22371064836ad689 (patch)
treef68d806bea4685b9c6ea35c3608c77d1c1508f92 /src/libGLESv2/FramebufferAttachment.cpp
parente5c97abd327c1f12ed93373a964c8d9a1c82731c (diff)
downloadangle-cef06ff2352700d2842f961c22371064836ad689.tar.gz
Unifying the various texture interfaces where possible
Also fixed diamond inheritance pattern that was causing trouble on Windows 8 BUG=angle:688, angle:720 Change-Id: I678826bd4f3927c68ca1eb2e018dbb5aad33a8cc Reviewed-on: https://chromium-review.googlesource.com/211037 Reviewed-by: Jamie Madill <jmadill@chromium.org> Tested-by: Brandon Jones <bajones@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org>
Diffstat (limited to 'src/libGLESv2/FramebufferAttachment.cpp')
-rw-r--r--src/libGLESv2/FramebufferAttachment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libGLESv2/FramebufferAttachment.cpp b/src/libGLESv2/FramebufferAttachment.cpp
index e7855b1c..6f40edf4 100644
--- a/src/libGLESv2/FramebufferAttachment.cpp
+++ b/src/libGLESv2/FramebufferAttachment.cpp
@@ -95,7 +95,7 @@ rx::RenderTarget *Texture2DAttachment::getRenderTarget()
rx::RenderTarget *Texture2DAttachment::getDepthStencil()
{
- return mTexture2D->getDepthSencil(mLevel);
+ return mTexture2D->getDepthStencil(mLevel);
}
rx::TextureStorage *Texture2DAttachment::getTextureStorage()