namespace Campari { public struct BlendConstants { public float R; public float G; public float B; public float A; } }