From 40b7d0bf3f7bf4f29c1866231a79e0a751e30274 Mon Sep 17 00:00:00 2001 From: wwylele Date: Thu, 25 May 2017 21:13:33 +0300 Subject: gl_rasterizer/lighting: implement lut input 5 (CP) --- src/video_core/regs_lighting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/regs_lighting.h') diff --git a/src/video_core/regs_lighting.h b/src/video_core/regs_lighting.h index fbfebc0a7..f383b8b4f 100644 --- a/src/video_core/regs_lighting.h +++ b/src/video_core/regs_lighting.h @@ -84,7 +84,7 @@ struct LightingRegs { NV = 2, // Cosine of the angle between the normal and the view vector LN = 3, // Cosine of the angle between the light and the normal vectors SP = 4, // Cosine of the angle between the light and the inverse spotlight vectors - CP = 5, // TODO: document and implement + CP = 5, // Cosine of the angle between the tangent and projection of half-angle vectors }; enum class LightingBumpMode : u32 { -- cgit v1.2.3