ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/view.h
(Generate patch)

Comparing libgender/view.h (file contents):
Revision 1.17 by root, Sat Oct 9 16:36:31 2004 UTC vs.
Revision 1.18 by root, Sat Oct 9 22:43:31 2004 UTC

11#include "event.h" 11#include "event.h"
12 12
13struct visibility_state { 13struct visibility_state {
14 unsigned int generation; 14 unsigned int generation;
15 enum { UNKNOWN, OCCLUDED, PARTIAL, FULL } visibility; 15 enum { UNKNOWN, OCCLUDED, PARTIAL, FULL } visibility;
16 double last;
16 17
17 visibility_state () : generation(0), visibility(UNKNOWN) { }; 18 visibility_state () : generation(0), last(0.), visibility(UNKNOWN) { };
18}; 19};
19 20
20struct occ_query { 21struct occ_query {
21 struct view &v; 22 struct view &v;
22 GLuint id; 23 GLuint id;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines