mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-13 13:40:14 +02:00
Minor code fix
This commit is contained in:
parent
d3e3a12bba
commit
3c96fdf0b6
@ -50,7 +50,7 @@ namespace
|
|||||||
DXGI_FORMAT format;
|
DXGI_FORMAT format;
|
||||||
};
|
};
|
||||||
|
|
||||||
WICTranslate g_WICFormats[] =
|
const WICTranslate g_WICFormats[] =
|
||||||
{
|
{
|
||||||
{ GUID_WICPixelFormat128bppRGBAFloat, DXGI_FORMAT_R32G32B32A32_FLOAT },
|
{ GUID_WICPixelFormat128bppRGBAFloat, DXGI_FORMAT_R32G32B32A32_FLOAT },
|
||||||
|
|
||||||
@ -87,7 +87,7 @@ namespace
|
|||||||
GUID target;
|
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).
|
// Note target GUID in this conversion table must be one of those directly supported formats (above).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user