#include <stdlib.h>#include <stdio.h>#include "OSGConfig.h"#include "OSGJPGImageFileType.h"#include <OSGLog.h>#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | osg |
Defines | |
| #define | OSG_JPG_ARG(ARG) ARG |
Variables | |
| static const Char8 * | suffixArray [] = { "jpg", "jpeg", "jpe", "jfif" } |
| #define OSG_JPG_ARG | ( | ARG | ) | ARG |
Definition at line 74 of file OSGJPGImageFileType.cpp.
const Char8* suffixArray[] = { "jpg", "jpeg", "jpe", "jfif" } [static] |
Definition at line 334 of file OSGJPGImageFileType.cpp.
1.6.1