This commit is contained in:
Chuck Walbourn 2016-07-10 01:51:38 -07:00
Родитель dbe0ef7b9a
Коммит fc3fd9c9ef
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -52,7 +52,7 @@ namespace
DXGI_FORMAT format;
};
WICTranslate g_WICFormats[] =
const WICTranslate g_WICFormats[] =
{
{ GUID_WICPixelFormat128bppRGBAFloat, DXGI_FORMAT_R32G32B32A32_FLOAT },
@ -89,7 +89,7 @@ namespace
GUID target;
};
WICConvert g_WICConvert[] =
const WICConvert g_WICConvert[] =
{
// Note target GUID in this conversion table must be one of those directly supported formats (above).