Blender  V3.3
ShaderEval Member List

This is the complete list of members for ShaderEval, including all inherited members.

device_ShaderEvalprotected
eval(const ShaderEvalType type, const int max_num_inputs, const int num_channels, const function< int(device_vector< KernelShaderEvalInput > &)> &fill_input, const function< void(device_vector< float > &)> &read_output)ShaderEval
eval_cpu(Device *device, const ShaderEvalType type, device_vector< KernelShaderEvalInput > &input, device_vector< float > &output, const int64_t work_size)ShaderEvalprotected
eval_gpu(Device *device, const ShaderEvalType type, device_vector< KernelShaderEvalInput > &input, device_vector< float > &output, const int64_t work_size)ShaderEvalprotected
progress_ShaderEvalprotected
ShaderEval(Device *device, Progress &progress)ShaderEval