|
Blender V4.5
|
#include <globals.h>
Public Attributes | |
| const int * | path_index_array |
| float * | render_buffer |
| int | offset |
| int | num_tiles |
| int | max_tile_work_size |
| KernelData | data |
| IntegratorStateGPU | integrator_state |
| void * | osl_colorsystem |
Definition at line 27 of file device/optix/globals.h.
| KernelData KernelParamsOptiX::data |
Definition at line 38 of file device/optix/globals.h.
| IntegratorStateGPU KernelParamsOptiX::integrator_state |
Definition at line 43 of file device/optix/globals.h.
| int KernelParamsOptiX::max_tile_work_size |
Definition at line 35 of file device/optix/globals.h.
| int KernelParamsOptiX::num_tiles |
Definition at line 34 of file device/optix/globals.h.
| int KernelParamsOptiX::offset |
Definition at line 31 of file device/optix/globals.h.
| void* KernelParamsOptiX::osl_colorsystem |
Definition at line 45 of file device/optix/globals.h.
| const int* KernelParamsOptiX::path_index_array |
Definition at line 29 of file device/optix/globals.h.
| float* KernelParamsOptiX::render_buffer |
Definition at line 30 of file device/optix/globals.h.