Changeset 10338
- Timestamp:
- 06/12/09 11:53:42 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osg/Texture2DArray.cpp
r9062 r10338 421 421 422 422 GLint blockSize, size; 423 getCompressedSize(_internalFormat, inwidth, inheight, indepth, blockSize,size);423 getCompressedSize(_internalFormat, inwidth, inheight, 1, blockSize,size); 424 424 425 425 extensions->glCompressedTexSubImage3D(target, 0,
