13 lines
264 B
C#
13 lines
264 B
C#
using NUnit.Framework;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using UnityEngine.Rendering;
|
|
|
|
namespace UnityEngine.Rendering.HighDefinition.Test
|
|
{
|
|
class ConfigurationTest
|
|
{
|
|
[Test]
|
|
public void ValidateConfiguration() {}
|
|
}
|
|
}
|