PSPSDK 2025-06-26
Loading...
Searching...
No Matches
sceGuLight.c File Reference
#include "guInternal.h"
Include dependency graph for sceGuLight.c:

Macros

#define LTYPE_POWERED_DIFFUSE   (2)
 
#define LTYPE_DIFFUSE_AND_SPECULAR   (1)
 
#define LTYPE_DIFFUSE   (0)
 

Functions

void sceGuLight (int light, int type, int components, const ScePspFVector3 *position)
 Set light parameters.
 

Macro Definition Documentation

◆ LTYPE_DIFFUSE

#define LTYPE_DIFFUSE   (0)

Referenced by sceGuLight().

◆ LTYPE_DIFFUSE_AND_SPECULAR

#define LTYPE_DIFFUSE_AND_SPECULAR   (1)

Referenced by sceGuLight().

◆ LTYPE_POWERED_DIFFUSE

#define LTYPE_POWERED_DIFFUSE   (2)

Referenced by sceGuLight().