Oolite
Loading...
Searching...
No Matches
OOSaveEXRSnapshot.cpp File Reference
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <vector>
+ Include dependency graph for OOSaveEXRSnapshot.cpp:

Go to the source code of this file.

Functions

int SaveEXRSnapshot (const char *outfilename, int width, int height, const float *rgb)
 

Function Documentation

◆ SaveEXRSnapshot()

int SaveEXRSnapshot ( const char *  outfilename,
int  width,
int  height,
const float *  rgb 
)

Definition at line 90 of file OOSaveEXRSnapshot.cpp.

91{
92 fprintf(stderr, "EXR Snapshot not supported yet under Linux!\n");
93 return 0;
94}