![]() |
citro3d
1.2.0
|
#include "internal.h"
Functions | |
| static u32 | calc_diff (u32 a, u32 b, int pos) |
| static u32 | conv_u8 (float x, int pos) |
| static u32 | color_diff (u32 a, u32 b) |
| void | GasLut_FromArray (C3D_GasLut *lut, const u32 data[9]) |
| void | C3D_GasBeginAcc (void) |
| void | C3D_GasDeltaZ (float value) |
| void | C3D_GasAccMax (float value) |
| void | C3D_GasAttn (float value) |
| void | C3D_GasLightPlanar (float min, float max, float attn) |
| void | C3D_GasLightView (float min, float max, float attn) |
| void | C3D_GasLightDirection (float dotp) |
| void | C3D_GasLutInput (GPU_GASLUTINPUT input) |
| void | C3D_GasLutBind (C3D_GasLut *lut) |
| void | C3Di_GasUpdate (C3D_Context *ctx) |
| void C3D_GasAccMax | ( | float | value | ) |
| void C3D_GasAttn | ( | float | value | ) |
| void C3D_GasBeginAcc | ( | void | ) |
| void C3D_GasDeltaZ | ( | float | value | ) |
| void C3D_GasLightDirection | ( | float | dotp | ) |
| void C3D_GasLightPlanar | ( | float | min, |
| float | max, | ||
| float | attn | ||
| ) |
| void C3D_GasLightView | ( | float | min, |
| float | max, | ||
| float | attn | ||
| ) |
| void C3D_GasLutBind | ( | C3D_GasLut * | lut | ) |
| void C3D_GasLutInput | ( | GPU_GASLUTINPUT | input | ) |
| void C3Di_GasUpdate | ( | C3D_Context * | ctx | ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
| void GasLut_FromArray | ( | C3D_GasLut * | lut, |
| const u32 | data[9] | ||
| ) |