UpdateLightValues abstract method

void UpdateLightValues(
  1. ShaderStructType shader,
  2. LightStructType light
)

Send light properties to shader

Implementation

void UpdateLightValues(
  ShaderStructType shader,
  LightStructType light,
);