|
Blender
V2.93
|
#include <kernel_types.h>
Public Attributes | |
| KernelCamera | cam |
| KernelFilm | film |
| KernelBackground | background |
| KernelIntegrator | integrator |
| KernelBVH | bvh |
| KernelTables | tables |
| KernelBake | bake |
Definition at line 1443 of file kernel_types.h.
| KernelBackground KernelData::background |
Definition at line 1446 of file kernel_types.h.
Referenced by LightManager::device_update_background(), and LightManager::device_update_distribution().
| KernelBake KernelData::bake |
Definition at line 1450 of file kernel_types.h.
| KernelBVH KernelData::bvh |
Definition at line 1448 of file kernel_types.h.
Referenced by Geometry::compute_bvh(), GeometryManager::device_free(), and GeometryManager::device_update_bvh().
| KernelCamera KernelData::cam |
Definition at line 1444 of file kernel_types.h.
Referenced by Camera::device_update_volume().
| KernelFilm KernelData::film |
Definition at line 1445 of file kernel_types.h.
Referenced by ShaderManager::device_update_common(), LightManager::device_update_distribution(), and Session::render().
| KernelIntegrator KernelData::integrator |
Definition at line 1447 of file kernel_types.h.
Referenced by LightManager::device_update_background(), ShaderManager::device_update_common(), LightManager::device_update_distribution(), Camera::device_update_volume(), Session::render(), and Scene::update().
| KernelTables KernelData::tables |
Definition at line 1449 of file kernel_types.h.
Referenced by ShaderManager::device_update_common().