noexcept for texture loaders

This commit is contained in:
Chuck Walbourn
2020-05-07 22:27:01 -07:00
parent c07bf59658
commit fc1a420f06
3 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ namespace DirectX
WIC_LOADER_DEFAULT = 0,
WIC_LOADER_FORCE_SRGB = 0x1,
WIC_LOADER_IGNORE_SRGB = 0x2,
WIC_LOADER_FORCE_RGBA32 = 0x4,
WIC_LOADER_FORCE_RGBA32 = 0x10,
};
#endif