-
Notifications
You must be signed in to change notification settings - Fork 8
/
projectinfo.json
53 lines (51 loc) · 1.18 KB
/
projectinfo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"MetaData":
[
{
"Name": "ProjectName",
"Value": "Nebula Demos"
}
],
"IntermediateDir": "proj:intermediate",
"DestDir": "proj:export",
"AssetSources" :
[
{
"Name": "Project",
"Value": "proj:work"
}
],
"TextureDestDir": "DestDir:textures",
"TextureAttrTable": "IntermediateDir:TextureAttrs",
"AudioDestDir": "DestDir:audio",
"AudioSources":
[
{
"Name": "Project",
"Value": "proj:work/audio"
}
],
"ShaderLanguage": "SPIRV",
"ShaderDest": "DestDir:shaders",
"ShaderSources" :
[
{
"Name": "Project",
"Value": "proj:work/shaders/vk"
}
],
"FrameShaderSources":
[
{
"Name": "Project",
"Value": "proj:work/frame/win32"
}
],
"MaterialSources":
[
{
"Name": "Project",
"Value": "proj:work/materials"
}
],
}