Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/data_arrays.h
| Show First 20 Lines • Show All 73 Lines • ▼ Show 20 Lines | |||||
| KERNEL_DATA_ARRAY(float, sample_pattern_lut) | KERNEL_DATA_ARRAY(float, sample_pattern_lut) | ||||
| /* image textures */ | /* image textures */ | ||||
| KERNEL_DATA_ARRAY(TextureInfo, texture_info) | KERNEL_DATA_ARRAY(TextureInfo, texture_info) | ||||
| /* ies lights */ | /* ies lights */ | ||||
| KERNEL_DATA_ARRAY(float, ies) | KERNEL_DATA_ARRAY(float, ies) | ||||
| /* light path expressions automata */ | |||||
| KERNEL_DATA_ARRAY(uint, light_path_aovs) | |||||
| KERNEL_DATA_ARRAY(KernelLightPathState, light_path_states) | |||||
| KERNEL_DATA_ARRAY(KernelLightPathTransition, light_path_transitions) | |||||
| #undef KERNEL_DATA_ARRAY | #undef KERNEL_DATA_ARRAY | ||||