diff options
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 29e8cc9b05f..1b5f88e3e1d 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -130,6 +130,8 @@ struct pipe_rasterizer_state /** * When true clip space in the z axis goes from [0..1] (D3D). When false * [-1, 1] (GL). + * + * NOTE: D3D will always use depth clamping. */ unsigned clip_halfz:1; |