robert
92cf24fe9f
- Shader building now inspects the spir-v for descriptor sets and writes the info to the output binary
7 lines
116 B
C#
7 lines
116 B
C#
namespace Nerfed.Builder;
|
|
|
|
public static class PathUtil
|
|
{
|
|
public const string ImportedFileExtension = ".bin";
|
|
}
|