mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-10 22:56:14 +01:00
Add DDS_LOADER_IGNORE_SRGB parameter/functionality to CreateDDSTexture*Ex
This commit is contained in:
@@ -61,6 +61,7 @@ namespace DirectX
|
||||
{
|
||||
DDS_LOADER_DEFAULT = 0,
|
||||
DDS_LOADER_FORCE_SRGB = 0x1,
|
||||
DDS_LOADER_IGNORE_SRGB = 0x2,
|
||||
DDS_LOADER_MIP_RESERVE = 0x8,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user