mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 03:18:14 +00:00
Update rlights.h
This commit is contained in:
@@ -49,6 +49,7 @@ typedef struct {
|
||||
Vector3 position;
|
||||
Vector3 target;
|
||||
Color color;
|
||||
float attenuation;
|
||||
|
||||
// Shader locations
|
||||
int enabledLoc;
|
||||
@@ -56,6 +57,7 @@ typedef struct {
|
||||
int positionLoc;
|
||||
int targetLoc;
|
||||
int colorLoc;
|
||||
int attenuationLoc;
|
||||
} Light;
|
||||
|
||||
// Light type
|
||||
|
Reference in New Issue
Block a user