#include "varyingref.h"
#include "ustring.h"
#include "imageio.h"
Go to the source code of this file.
Classes | |
class | OpenImageIO::TextureOptions |
class | OpenImageIO::TextureSystem |
Namespaces | |
namespace | OpenImageIO |
Main namespace enclosing most OpenImageIO functionality. | |
Typedefs | |
typedef unsigned char | OpenImageIO::Runflag |
Enumerations | |
enum | TexFormat { TexFormatUnknown, TexFormatTexture, TexFormatTexture3d, TexFormatShadow, TexFormatCubeFaceShadow, TexFormatVolumeShadow, TexFormatLatLongEnv, TexFormatCubeFaceEnv, TexFormatLast } |
enum | CubeLayout { CubeUnknown, CubeThreeByTwo, CubeOneBySix, CubeLast } |
enum | OpenImageIO::RunFlagVal { RunFlagOff = 0, RunFlagOn = 255 } |
An API for accessing filtered texture lookups via a system that automatically manages a cache of resident texture.