11 lines
163 B
C#
11 lines
163 B
C#
|
namespace Campari
|
||
|
{
|
||
|
public struct BlendConstants
|
||
|
{
|
||
|
public float R;
|
||
|
public float G;
|
||
|
public float B;
|
||
|
public float A;
|
||
|
}
|
||
|
}
|