Nerfed/Nerfed.Builder/PathUtil.cs
robert 92cf24fe9f - Added resource manager
- Shader building now inspects the spir-v for descriptor sets and writes the info to the output binary
2024-07-13 13:45:12 +02:00

7 lines
116 B
C#

namespace Nerfed.Builder;
public static class PathUtil
{
public const string ImportedFileExtension = ".bin";
}