#include "lux.h"#include "spectrum.h"#include "texture.h"#include "texturecolor.h"#include "memory.h"#include "error.h"Go to the source code of this file.
Classes | |
| class | lux::MIPMap< T > |
| class | lux::MIPMapImpl< T, U > |
| struct | lux::MIPMapImpl< T, U >::ResampleWeight |
| class | lux::MIPMapFastImpl< T, U > |
Namespaces | |
| namespace | lux |
Defines | |
| #define | WEIGHT_LUT_SIZE 128 |
Enumerations | |
| enum | lux::ImageTextureFilterType { lux::NEAREST, lux::BILINEAR, lux::MIPMAP_TRILINEAR, lux::MIPMAP_EWA } |
| enum | lux::ImageWrap { lux::TEXTURE_REPEAT, lux::TEXTURE_BLACK, lux::TEXTURE_CLAMP } |
| #define WEIGHT_LUT_SIZE 128 |
Definition at line 258 of file mipmap.h.
Referenced by lux::MIPMapImpl< T, U >::EWA(), and lux::MIPMapImpl< T, U >::MIPMapImpl().
1.5.9