|
Blender V5.0
|
#include <eevee_film.hh>
Public Attributes | |
| float | clear_value = 1.0f |
| DRWState | test_state = DRW_STATE_DEPTH_LESS_EQUAL |
Definition at line 63 of file eevee_film.hh.
| float blender::eevee::Film::DepthState::clear_value = 1.0f |
Set to 0 if reverse Z is supported, 1 otherwise.
Definition at line 65 of file eevee_film.hh.
| DRWState blender::eevee::Film::DepthState::test_state = DRW_STATE_DEPTH_LESS_EQUAL |
Set to DRW_STATE_DEPTH_GREATER_EQUAL if reverse Z is supported, DRW_STATE_DEPTH_LESS_EQUAL otherwise.
Definition at line 68 of file eevee_film.hh.