зеркало из https://github.com/microsoft/DirectXTK.git
Minor code fix
This commit is contained in:
Родитель
09d65c5193
Коммит
32b2aa267f
|
@ -50,7 +50,7 @@ namespace
|
|||
DXGI_FORMAT format;
|
||||
};
|
||||
|
||||
WICTranslate g_WICFormats[] =
|
||||
const WICTranslate g_WICFormats[] =
|
||||
{
|
||||
{ GUID_WICPixelFormat128bppRGBAFloat, DXGI_FORMAT_R32G32B32A32_FLOAT },
|
||||
|
||||
|
@ -84,7 +84,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).
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче