osgEarth 2.1.1
Static Public Member Functions

anonymous_namespace{ImageUtils.cpp}::ColorWriter< GL_UNSIGNED_BYTE_3_3_2, GLubyte > Struct Template Reference

List of all members.

Static Public Member Functions

static void write (const ImageUtils::PixelWriter *iw, const osg::Vec4f &c, int s, int t, int r, int m)

Detailed Description

template<>
struct anonymous_namespace{ImageUtils.cpp}::ColorWriter< GL_UNSIGNED_BYTE_3_3_2, GLubyte >

Definition at line 812 of file ImageUtils.cpp.


Member Function Documentation

static void anonymous_namespace{ImageUtils.cpp}::ColorWriter< GL_UNSIGNED_BYTE_3_3_2, GLubyte >::write ( const ImageUtils::PixelWriter iw,
const osg::Vec4f &  c,
int  s,
int  t,
int  r,
int  m 
) [inline, static]

Definition at line 814 of file ImageUtils.cpp.

        {
            GLubyte* ptr = (GLubyte*)iw->data(s,t,r,m);
            OE_WARN << LC << "Target GL_UNSIGNED_BYTE_3_3_2 not yet implemented" << std::endl;
        }

Here is the call graph for this function:


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines