#include <osg/Image>
#include <osg/Notify>
#include <osg/Geode>
#include <osg/GL>
#include <osgDB/Registry>
#include <osgDB/FileNameUtils>
#include <osgDB/FileUtils>
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
Include dependency graph for ReaderWriterTGA.cpp:
Defines | |
#define | ERR_NO_ERROR 0 |
#define | ERR_OPEN 1 |
#define | ERR_READ 2 |
#define | ERR_MEM 3 |
#define | ERR_UNSUPPORTED 4 |
Functions | |
int | simage_tga_error (char *buffer, int buflen) |
unsigned char * | simage_tga_load (const char *filename, int *width_ret, int *height_ret, int *numComponents_ret) |
int | simage_tga_identify (const char *filename, const unsigned char *buf, int headerlen) |
Variables | |
osgDB::RegisterReaderWriterProxy< ReaderWriterTGA > | g_readerWriter_TGA_Proxy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|