DummyShaderGraphLibrary.cs 175 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 DummyShaderGraphLibrary
  3. {
  4. }