Fix bplayer (c)

This commit is contained in:
Bastien Montagne 2018-02-16 10:42:43 +01:00
parent 451d5cef0f
commit 8dfe9ef4e3
Notes: blender-bot 2023-09-08 04:55:43 +02:00
Referenced by issue #54086, Can't start blender
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ void RE_point_density_cache(struct Scene *scene, struct PointDensity *pd, const
void RE_point_density_minmax(struct Scene *scene, struct PointDensity *pd, const bool use_render_params, float r_min[3], float r_max[3]) RET_NONE
void RE_point_density_sample(struct Scene *scene, struct PointDensity *pd, int resolution, const bool use_render_params, float *values) RET_NONE
void RE_point_density_free(struct PointDensity *pd) RET_NONE
void RE_instance_get_particle_info(struct ObjectInstanceRen *obi, float *index, float *age, float *lifetime, float co[3], float *size, float vel[3], float angvel[3]) RET_NONE
void RE_instance_get_particle_info(struct ObjectInstanceRen *obi, float *index, float *random, float *age, float *lifetime, float co[3], float *size, float vel[3], float angvel[3]) RET_NONE
void RE_FreeAllPersistentData(void) RET_NONE
float RE_fresnel_dielectric(float incoming[3], float normal[3], float eta) RET_ZERO
void RE_engine_register_pass(struct RenderEngine *engine, struct Scene *scene, struct SceneRenderLayer *srl, const char *name, int channels, const char *chanid, int type) RET_NONE