Added missing setDataType and setPacking functions
This commit is contained in:
@@ -141,8 +141,10 @@ class OSG_EXPORT Image : public Object
|
||||
void setPixelFormat(GLenum pixelFormat);
|
||||
inline GLenum getPixelFormat() const { return _pixelFormat; }
|
||||
|
||||
void setDataType(GLenum dataType);
|
||||
inline GLenum getDataType() const { return _dataType; }
|
||||
|
||||
void setPacking(unsigned int packing) { _packing = packing; }
|
||||
inline unsigned int getPacking() const { return _packing; }
|
||||
|
||||
/** Return the number of bits required for each pixel. */
|
||||
|
||||
Reference in New Issue
Block a user