Bug 421

Summary: DDSImage methode getDepth is wrong
Product: [JogAmp] Jogl Reporter: mmce
Component: utilAssignee: Sven Gothel <sgothel>
Status: CONFIRMED ---    
Severity: normal CC: mmce
Priority: P4    
Version: tbd   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

Description mmce 2010-10-24 16:15:00 CEST
Hi,

i wanted to load some DDS files with volume data. So there are 8 slices and no mipmaps.
When I call getDepth of DDSImage i got 0. I've looked in the src and found out, that depth must have been mistake with the colorDepth or more precise with the rgbBitCount attribute.
Comment 1 Sven Gothel 2010-11-14 20:11:31 CET
not a bug in core JOGL packages, hence not critical