root/OpenSceneGraph/trunk/src/osgPlugins/ive/Texture2DArray.h
@
13041
| Revision 13041, 294 bytes (checked in by robert, 15 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #ifndef IVE_TEXTURE2DARRAY |
| 2 | #define IVE_TEXTURE2DARRAY 1 |
| 3 | |
| 4 | #include <osg/Texture2DArray> |
| 5 | #include "ReadWrite.h" |
| 6 | |
| 7 | namespace ive |
| 8 | { |
| 9 | |
| 10 | class Texture2DArray : public osg::Texture2DArray, public ReadWrite |
| 11 | { |
| 12 | public: |
| 13 | void write(DataOutputStream* out); |
| 14 | void read(DataInputStream* in); |
| 15 | }; |
| 16 | } |
| 17 | |
| 18 | #endif |
Note: See TracBrowser
for help on using the browser.
