2023-09-26 00:35:21 +02:00
|
|
|
#ifndef __LIGHTING_APPLY_H__
|
|
|
|
#define __LIGHTING_APPLY_H__
|
|
|
|
|
2023-10-30 23:55:30 +01:00
|
|
|
void init_compute (void);
|
|
|
|
void compute_image (void);
|
|
|
|
void copy_from_config (PikaProcedureConfig *config);
|
2023-09-26 00:35:21 +02:00
|
|
|
|
|
|
|
#endif /* __LIGHTING_APPLY_H__ */
|