Variable wt::sensor::use_double_precision_for_internal_storage¶
Defined in File defs.hpp
Variable Documentation¶
-
static constexpr bool wt::sensor::use_double_precision_for_internal_storage = true¶
Controls the internal film storage type. When TRUE, use double-precision values for accurate accumulation of very many samples. film_storage_t::develop() downcasts to the desiredPixelT=f_t type (single precision).