|
WpfMaterialLoadDdsIfAvailable Field |
When LoadDdsIfAvailable is set to true (false by default) the texture loader will check if there is a dds file with the same name but dds file extension.
If dds file exist, it is loaded instead of the specified file. This can greatly improve load performance and memory usage.
The check is done only on BitmapImages that do not have CacheOption set to OnLoad - in this case the bitmap is already loaded into BitmapImage.
Namespace: Ab3d.DirectX.MaterialsAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public static bool LoadDdsIfAvailable
Field Value
BooleanSee Also