Update info message.

This commit is contained in:
castano 2009-10-21 07:40:23 +00:00
parent fd11f5e7ef
commit d86a89742e

View File

@ -896,7 +896,7 @@ bool DirectDrawSurface::hasAlpha() const
{
if (header.hasDX10Header())
{
#pragma message(NV_FILE_LINE "Update hasAlpha to handle all DX10 formats.")
#pragma message(NV_FILE_LINE "TODO: Update hasAlpha to handle all DX10 formats.")
return
header.header10.dxgiFormat == DXGI_FORMAT_BC1_UNORM ||
header.header10.dxgiFormat == DXGI_FORMAT_BC2_UNORM ||