Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/bake.h
| Show First 20 Lines • Show All 68 Lines • ▼ Show 20 Lines | public: | ||||
| void device_free(Device *device, DeviceScene *dscene); | void device_free(Device *device, DeviceScene *dscene); | ||||
| static int shader_type_to_pass_filter(ShaderEvalType type, const int pass_filter); | static int shader_type_to_pass_filter(ShaderEvalType type, const int pass_filter); | ||||
| static bool is_aa_pass(ShaderEvalType type); | static bool is_aa_pass(ShaderEvalType type); | ||||
| bool need_update; | bool need_update; | ||||
| int num_samples; | int num_samples; | ||||
| int num_parts; | int total_pixel_samples; | ||||
| private: | private: | ||||
| BakeData *m_bake_data; | BakeData *m_bake_data; | ||||
| bool m_is_baking; | bool m_is_baking; | ||||
| size_t m_shader_limit; | size_t m_shader_limit; | ||||
| }; | }; | ||||
| CCL_NAMESPACE_END | CCL_NAMESPACE_END | ||||
| #endif /* __BAKE_H__ */ | #endif /* __BAKE_H__ */ | ||||