Implemented Renderer11::getLuminance*TextureSupport

TRAC #22503 Signed-off-by: Jamie Madill Signed-off-by: Shannon Woods Author: Geoff Lang git-svn-id: https://angleproject.googlecode.com/svn/branches/dx11proto@1870 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent ea4a0c66
......@@ -1991,15 +1991,11 @@ bool Renderer11::getFloat16TextureSupport(bool *filtering, bool *renderable)
bool Renderer11::getLuminanceTextureSupport()
{
// TODO
// UNIMPLEMENTED();
return false;
}
bool Renderer11::getLuminanceAlphaTextureSupport()
{
// TODO
// UNIMPLEMENTED();
return false;
}
......
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