Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::ImageTools::ImportOptions Struct Reference

#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
 

Detailed Description

Definition at line 65 of file ImageToolsFwd.h.

Member Data Documentation

◆ _alphaChannelTransparency

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.

◆ _fastCompression

bool Divide::ImageTools::ImportOptions::_fastCompression = false

Definition at line 70 of file ImageToolsFwd.h.

◆ _isNormalMap

bool Divide::ImageTools::ImportOptions::_isNormalMap = false

Definition at line 69 of file ImageToolsFwd.h.

◆ _mipFilter

MipMapFilter Divide::ImageTools::ImportOptions::_mipFilter = MipMapFilter::KAISER

Definition at line 73 of file ImageToolsFwd.h.

◆ _outputFormat

ImageOutputFormat Divide::ImageTools::ImportOptions::_outputFormat = ImageOutputFormat::AUTO

Definition at line 74 of file ImageToolsFwd.h.

◆ _outputSRGB

bool Divide::ImageTools::ImportOptions::_outputSRGB = false

Definition at line 71 of file ImageToolsFwd.h.

◆ _skipMipMaps

bool Divide::ImageTools::ImportOptions::_skipMipMaps = false

Definition at line 68 of file ImageToolsFwd.h.

◆ _useDDSCache

bool Divide::ImageTools::ImportOptions::_useDDSCache = true

Definition at line 66 of file ImageToolsFwd.h.

◆ _waitForDDSConversion

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.


The documentation for this struct was generated from the following file: