Fixed the patching location of the previous commit.

TRAC #23063 Author: Nicolas Capens git-svn-id: https://angleproject.googlecode.com/svn/branches/es3proto@2385 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent ce8d619f
......@@ -8381,7 +8381,7 @@ void __stdcall glGetBufferPointerv(GLenum target, GLenum pname, GLvoid** params)
return gl::error(GL_INVALID_OPERATION);
}
glRenderbufferStorageMultisampleANGLE(target, samples, internalformat, width, height);
UNIMPLEMENTED();
}
}
catch(std::bad_alloc&)
......@@ -8718,7 +8718,7 @@ void __stdcall glRenderbufferStorageMultisample(GLenum target, GLsizei samples,
return gl::error(GL_INVALID_OPERATION);
}
UNIMPLEMENTED();
glRenderbufferStorageMultisampleANGLE(target, samples, internalformat, width, height);
}
}
catch(std::bad_alloc&)
......
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