![]() |
citro3d
1.2.0
|
#include "internal.h"
Functions | |
| void | LightLut_FromArray (C3D_LightLut *lut, float *data) |
| void | LightLut_FromFunc (C3D_LightLut *lut, C3D_LightLutFunc func, float param, bool negative) |
| void | LightLutDA_Create (C3D_LightLutDA *lut, C3D_LightLutFuncDA func, float from, float to, float arg0, float arg1) |
| void LightLut_FromArray | ( | C3D_LightLut * | lut, |
| float * | data | ||
| ) |
| void LightLut_FromFunc | ( | C3D_LightLut * | lut, |
| C3D_LightLutFunc | func, | ||
| float | param, | ||
| bool | negative | ||
| ) |
| void LightLutDA_Create | ( | C3D_LightLutDA * | lut, |
| C3D_LightLutFuncDA | func, | ||
| float | from, | ||
| float | to, | ||
| float | arg0, | ||
| float | arg1 | ||
| ) |