SaturnRingLibrary
0.9
SGL wrapper
Loading...
Searching...
No Matches
◆
LightCopyGouraudTable()
static void SRL::Scene3D::LightCopyGouraudTable
(
)
inline
static
Copies gouraud table calculated by the library to VRAM.
// Attach the function to VBlank
SRL::Core::OnVblank
+=
SRL::Scene3D::LightCopyGouraudTable
;
SRL::Core::OnVblank
static SRL::Types::Event OnVblank
Event triggered every v-blank.
Definition
srl_core.hpp:26
SRL::Scene3D::LightCopyGouraudTable
static void LightCopyGouraudTable()
Copies gouraud table calculated by the library to VRAM.
Definition
srl_scene3d.hpp:131
Note
This function must be always called in vblank when using
SRL::Scene3D::DrawSmoothMesh()
SRL
Scene3D