DummyShaderLibrary.cs 170 B

12345
  1. // This file is only to force Unity to load the ShaderLibrary's hlsl files in visual studio project via asmdef file, so they can be browse.
  2. class DummyShaderLibrary
  3. {
  4. }