#include "kanzi/graphics_3d/gpu_resource.hpp"Classes | |
| class | kanzi::Sampler |
| Sampler provides the sampling parameters, such as minification and magnification filters, mipmap mode, and texture addressing mode for textures. More... | |
Namespaces | |
| kanzi | |
Typedefs | |
| typedef shared_ptr< Sampler > | kanzi::SamplerSharedPtr |
Functions | |
| KANZI_API kzString | kanzi::TextureFilterStr (Sampler::Filter filter) |
| KANZI_API kzString | kanzi::TextureMipmapModeStr (Sampler::MipmapMode mipmapMode) |