Fixed docs of setImage.
This commit is contained in:
parent
daefa1cae6
commit
6a5a10cf47
@ -90,12 +90,7 @@ class OSG_EXPORT Image : public Object
|
||||
int packing=1);
|
||||
|
||||
|
||||
/** Set the image data and pixelFormat.
|
||||
* Note, when the packing value is negative (the default is -1) this method assumes
|
||||
* a _packing width of 1 if the width is not a multiple of 4,
|
||||
* otherwise automatically sets to _packing to 4. If a positive
|
||||
* value of packing is supplied than _packing is simply set to that value.
|
||||
*/
|
||||
/** Set the image dimensions, format and data. */
|
||||
void setImage(int s,int t,int r,
|
||||
GLint internalTextureformat,
|
||||
GLenum pixelFormat,GLenum type,
|
||||
|
Loading…
Reference in New Issue
Block a user