UpdateLightValues function

void UpdateLightValues(
  1. ShaderD shader,
  2. LightD light
)

See RaylibLightFlatModule.UpdateLightValues.

Implementation

void UpdateLightValues(
  ShaderD shader,
  LightD light,
) => _module.UpdateLightValues(shader, light);