re.gfx.lighting.rlights

Undocumented in source.

Members

Enums

LightType
enum LightType
Undocumented in source.

Functions

UpdateLightValues
void UpdateLightValues(Shader shader, Light light)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

MAX_LIGHTS
enum MAX_LIGHTS;

raylib.lights - Some useful functions to deal with lights data

Static functions

clear_light
void clear_light(int index, Shader shader)
Undocumented in source. Be warned that the author may not have intended to support it.
set_light
Light set_light(int index, LightType type, Vector3 pos, Vector3 target, Color color, Shader shader, bool enabled)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

light_count
int light_count;
Undocumented in source.

Structs

Light
struct Light
Undocumented in source.

Meta