mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
add comment
This commit is contained in:
parent
d9093d16dd
commit
7e6b8ee643
@ -141,8 +141,8 @@ private:
|
|||||||
protected:
|
protected:
|
||||||
int _xsize;
|
int _xsize;
|
||||||
int _ysize;
|
int _ysize;
|
||||||
int _xorg;
|
int _xorg; // origin is not a well defined concept for PixelBuffer. It's zero by default &
|
||||||
int _yorg;
|
int _yorg; // not used by any internal code other than constructors, should probably be deleted from API
|
||||||
int _border;
|
int _border;
|
||||||
int _components;
|
int _components;
|
||||||
int _component_width;
|
int _component_width;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user