How can I get the bit depth of the current display with NEWT?
Posted by
gouessej on
Jan 16, 2012; 7:14pm
URL: https://forum.jogamp.org/How-can-I-get-the-bit-depth-of-the-current-display-with-NEWT-tp3664168.html
Hi
I would like to get the current bit depth of a display before creating a GLWindow. I have looked at ScreenMode, Screen and Display but I cannot get this information from them whereas ScreenModeUtil allows to filter ScreenMode instances. How can I solve this problem?