Blender V5.0
blender::eevee::Film::DepthState Struct Reference

#include <eevee_film.hh>

Public Attributes

float clear_value = 1.0f
DRWState test_state = DRW_STATE_DEPTH_LESS_EQUAL

Detailed Description

Definition at line 63 of file eevee_film.hh.

Member Data Documentation

◆ clear_value

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.

◆ test_state

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.


The documentation for this struct was generated from the following file: