Search
lxdream.org :: lxdream/src/display.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/display.h
changeset 1251:b8ab59d39756
prev1245:01e0020adf88
next1256:a9d29fe74bf3
author nkeynes
date Sat Mar 03 16:11:28 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Support depth component 16 as well as 24 (add capability flag for the available bits)
Put remaining TODOs inside HAVE_OPENGL_FIXEDFUNC blocks
Add swap-buffer calls for EGL (does not appear to support rendering directly
to front-buffer)
file annotate diff log raw
1.1 --- a/src/display.h Fri Mar 02 23:49:10 2012 +1000
1.2 +++ b/src/display.h Sat Mar 03 16:11:28 2012 +1000
1.3 @@ -110,6 +110,7 @@
1.4
1.5 struct display_capabilities {
1.6 gboolean has_gl;
1.7 + int depth_bits;
1.8 int stencil_bits; /* 0 = no stencil buffer */
1.9 };
1.10
.