Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/device.cpp
| Context not available. | |||||
| << string_from_bool(requested_features.use_integrator_branched) << std::endl; | << string_from_bool(requested_features.use_integrator_branched) << std::endl; | ||||
| os << "Use Patch Evaluation: " | os << "Use Patch Evaluation: " | ||||
| << string_from_bool(requested_features.use_patch_evaluation) << std::endl; | << string_from_bool(requested_features.use_patch_evaluation) << std::endl; | ||||
| os << "Use Transparent Shadows: " | |||||
| << string_from_bool(requested_features.use_transparent) << std::endl; | |||||
| return os; | return os; | ||||
| } | } | ||||
| Context not available. | |||||