![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <ImageToolsFwd.h>
Public Attributes | |
bool | _useDDSCache = true |
bool | _waitForDDSConversion = false |
If false, we will load the src image and convert to DDS in the background. If true, we will wait for the conversion first and load that instead. | |
bool | _skipMipMaps = false |
bool | _isNormalMap = false |
bool | _fastCompression = false |
bool | _outputSRGB = false |
bool | _alphaChannelTransparency = true |
If false, the alpha channel represents arbitrary data (e.g. in splatmaps) | |
MipMapFilter | _mipFilter = MipMapFilter::KAISER |
ImageOutputFormat | _outputFormat = ImageOutputFormat::AUTO |
Definition at line 65 of file ImageToolsFwd.h.
bool Divide::ImageTools::ImportOptions::_alphaChannelTransparency = true |
If false, the alpha channel represents arbitrary data (e.g. in splatmaps)
Definition at line 72 of file ImageToolsFwd.h.
bool Divide::ImageTools::ImportOptions::_fastCompression = false |
Definition at line 70 of file ImageToolsFwd.h.
bool Divide::ImageTools::ImportOptions::_isNormalMap = false |
Definition at line 69 of file ImageToolsFwd.h.
MipMapFilter Divide::ImageTools::ImportOptions::_mipFilter = MipMapFilter::KAISER |
Definition at line 73 of file ImageToolsFwd.h.
ImageOutputFormat Divide::ImageTools::ImportOptions::_outputFormat = ImageOutputFormat::AUTO |
Definition at line 74 of file ImageToolsFwd.h.
bool Divide::ImageTools::ImportOptions::_outputSRGB = false |
Definition at line 71 of file ImageToolsFwd.h.
bool Divide::ImageTools::ImportOptions::_skipMipMaps = false |
Definition at line 68 of file ImageToolsFwd.h.
bool Divide::ImageTools::ImportOptions::_useDDSCache = true |
Definition at line 66 of file ImageToolsFwd.h.
bool Divide::ImageTools::ImportOptions::_waitForDDSConversion = false |
If false, we will load the src image and convert to DDS in the background. If true, we will wait for the conversion first and load that instead.
Definition at line 67 of file ImageToolsFwd.h.