pipe_depth_state Struct Reference


Data Fields

unsigned enabled:1
 depth test enabled?
unsigned writemask:1
 allow depth buffer writes?
unsigned func:3
 depth test func (PIPE_FUNC_x)
unsigned occlusion_count:1
 do occlusion counting?

Detailed Description

Definition at line 173 of file p_state.h.


Field Documentation

unsigned pipe_depth_state::enabled

depth test enabled?

Definition at line 174 of file p_state.h.

unsigned pipe_depth_state::writemask

allow depth buffer writes?

Definition at line 175 of file p_state.h.

unsigned pipe_depth_state::func

depth test func (PIPE_FUNC_x)

Definition at line 176 of file p_state.h.

unsigned pipe_depth_state::occlusion_count

do occlusion counting?

Definition at line 177 of file p_state.h.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:26:04 2009 for Gallium3D by  doxygen 1.5.4