|
HDK
|
Texture options for a batch of Tex::BatchWidth points and run mask. More...
#include <texture.h>
Public Member Functions | |
| TextureOptBatch () | |
Friends | |
| class | pvt::TextureSystemImpl |
Texture options for a batch of Tex::BatchWidth points and run mask.
|
inline |
Create a TextureOptBatch with all fields initialized to reasonable defaults.
| int TextureOptBatch::anisotropic = 32 |
| int TextureOptBatch::colortransformid = 0 |
| int TextureOptBatch::conservative_filter = 1 |
| float TextureOptBatch::fill = 0.0f |
| int TextureOptBatch::firstchannel = 0 |
| Tex::InterpMode TextureOptBatch::interpmode = Tex::InterpMode::SmartBicubic |
| Tex::MipMode TextureOptBatch::mipmode = Tex::MipMode::Default |
| const float* TextureOptBatch::missingcolor = nullptr |
| float TextureOptBatch::rblur[Tex::BatchWidth] |
| float TextureOptBatch::rnd[Tex::BatchWidth] |
| float TextureOptBatch::rwidth[Tex::BatchWidth] |
| Tex::Wrap TextureOptBatch::rwrap = Tex::Wrap::Default |
| float TextureOptBatch::sblur[Tex::BatchWidth] |
| float TextureOptBatch::swidth[Tex::BatchWidth] |
| Tex::Wrap TextureOptBatch::swrap = Tex::Wrap::Default |
| float TextureOptBatch::tblur[Tex::BatchWidth] |
| float TextureOptBatch::twidth[Tex::BatchWidth] |
| Tex::Wrap TextureOptBatch::twrap = Tex::Wrap::Default |