Blender V4.5
KernelParamsOptiX Struct Reference

#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
 

Detailed Description

Definition at line 27 of file device/optix/globals.h.

Member Data Documentation

◆ data

KernelData KernelParamsOptiX::data

Definition at line 38 of file device/optix/globals.h.

◆ integrator_state

IntegratorStateGPU KernelParamsOptiX::integrator_state

Definition at line 43 of file device/optix/globals.h.

◆ max_tile_work_size

int KernelParamsOptiX::max_tile_work_size

Definition at line 35 of file device/optix/globals.h.

◆ num_tiles

int KernelParamsOptiX::num_tiles

Definition at line 34 of file device/optix/globals.h.

◆ offset

int KernelParamsOptiX::offset

Definition at line 31 of file device/optix/globals.h.

◆ osl_colorsystem

void* KernelParamsOptiX::osl_colorsystem

Definition at line 45 of file device/optix/globals.h.

◆ path_index_array

const int* KernelParamsOptiX::path_index_array

Definition at line 29 of file device/optix/globals.h.

◆ render_buffer

float* KernelParamsOptiX::render_buffer

Definition at line 30 of file device/optix/globals.h.


The documentation for this struct was generated from the following file: