mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
output fbprops too
This commit is contained in:
parent
ba6b73fab9
commit
4b15eab071
@ -361,7 +361,7 @@ choose_pixel_format(const FrameBufferProperties &properties,
|
|||||||
|
|
||||||
if (glxdisplay_cat.is_debug()) {
|
if (glxdisplay_cat.is_debug()) {
|
||||||
glxdisplay_cat.debug()
|
glxdisplay_cat.debug()
|
||||||
<< "Selected context " << best_result << "\n";
|
<< "Selected context " << best_result << ": " << _fbprops << "\n";
|
||||||
glxdisplay_cat.debug()
|
glxdisplay_cat.debug()
|
||||||
<< "context_has_pbuffer = " << _context_has_pbuffer
|
<< "context_has_pbuffer = " << _context_has_pbuffer
|
||||||
<< ", context_has_pixmap = " << _context_has_pixmap << "\n";
|
<< ", context_has_pixmap = " << _context_has_pixmap << "\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user