mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Print more debug info when FrameBufferProperties are not sufficient
This commit is contained in:
parent
879b8a5ccb
commit
07d06d434c
@ -415,6 +415,9 @@ make_output(GraphicsPipe *pipe,
|
||||
if (flags & GraphicsPipe::BF_fb_props_optional) {
|
||||
display_cat.warning()
|
||||
<< "FrameBufferProperties available less than requested.\n";
|
||||
display_cat.warning(false)
|
||||
<< " requested: " << fb_prop << "\n"
|
||||
<< " got: " << window->get_fb_properties() << "\n";
|
||||
return window;
|
||||
}
|
||||
display_cat.error()
|
||||
|
Loading…
x
Reference in New Issue
Block a user