7 lines
65 B
HLSL
7 lines
65 B
HLSL
|
struct PointLight
|
||
|
{
|
||
|
float3 Pos;
|
||
|
float Radius;
|
||
|
|
||
|
float3 Color;
|
||
|
}
|