|
1 | 1 | [workspace]
|
2 | 2 | resolver = "2"
|
3 | 3 | members = [
|
4 |
| - "triangle", |
5 |
| - "pushconstants", |
6 |
| - "descriptorsets/cube", |
7 |
| - "dynamicuniformbuffer/base", |
8 |
| - "multisampling/mesh", |
9 |
| - "texture", |
10 |
| - "pipelines/phong", |
11 |
| - "pipelines/toon", |
12 |
| - "pipelines/wireframe", |
13 |
| - "specializationconstants/uber", |
14 |
| - "computeshader/edgedetect", |
15 |
| - "computeshader/emboss", |
16 |
| - "computeshader/sharpen", |
17 |
| - "computeshader/texture", |
18 |
| - "texturearray/instancing", |
19 |
| - "base/uioverlay", |
20 | 4 | "base/textoverlay",
|
21 |
| - "gears", |
22 |
| - "screenshot/mesh", |
23 |
| - "negativeviewportheight/quad", |
24 |
| - "stencilbuffer/outline", |
25 |
| - "stencilbuffer/toon", |
26 |
| - "parallaxmapping/parallax", |
| 5 | + "base/uioverlay", |
| 6 | + "bloom/colorpass", |
| 7 | + "bloom/gaussblur", |
| 8 | + "bloom/phongpass", |
| 9 | + "bloom/skybox", |
27 | 10 | "computecloth/cloth",
|
28 | 11 | "computecloth/sphere",
|
29 |
| - "ssao/ssao", |
30 |
| - "ssao/fullscreen", |
31 |
| - "ssao/gbuffer", |
32 |
| - "ssao/blur", |
33 |
| - "ssao/composition", |
34 |
| - "shadowmapping/offscreen", |
35 |
| - "shadowmapping/scene", |
36 |
| - "shadowmapping/quad", |
37 |
| - "deferred/mrt", |
38 |
| - "deferred/deferred", |
| 12 | + "computeheadless/headless", |
| 13 | + "computenbody/particle", |
39 | 14 | "computenbody/particle_calculate",
|
40 | 15 | "computenbody/particle_integrate",
|
41 |
| - "computenbody/particle", |
42 |
| - "bloom/phongpass", |
43 |
| - "bloom/colorpass", |
44 |
| - "bloom/gaussblur", |
45 |
| - "bloom/skybox", |
46 |
| - "hdr/gbuffer", |
| 16 | + "computeparticles/particle", |
| 17 | + "computeshader/edgedetect", |
| 18 | + "computeshader/emboss", |
| 19 | + "computeshader/sharpen", |
| 20 | + "computeshader/texture", |
| 21 | + "conditionalrender/model", |
| 22 | + "debugprintf/toon", |
| 23 | + "debugutils/colorpass", |
| 24 | + "debugutils/postprocess", |
| 25 | + "debugutils/toon", |
| 26 | + "deferred/deferred", |
| 27 | + "deferred/mrt", |
| 28 | + "descriptorbuffer/cube", |
| 29 | + "descriptorsets/cube", |
| 30 | + "distancefieldfonts/bitmap", |
| 31 | + "distancefieldfonts/sdf", |
| 32 | + "dynamicrendering/texture", |
| 33 | + "dynamicuniformbuffer/base", |
| 34 | + "gears", |
47 | 35 | "hdr/bloom",
|
48 | 36 | "hdr/composition",
|
49 |
| - "radialblur/radialblur", |
50 |
| - "radialblur/colorpass", |
51 |
| - "radialblur/phongpass", |
52 |
| - "pbribl/pbribl", |
53 |
| - "pbribl/genbrdflut", |
54 |
| - "pbribl/irradiancecube", |
55 |
| - "pbribl/prefilterenvmap", |
56 |
| - "pbribl/skybox", |
57 |
| - "pbribl/filtercube", |
58 |
| - "indirectdraw/indirectdraw", |
| 37 | + "hdr/gbuffer", |
| 38 | + "imgui/scene", |
| 39 | + "imgui/ui", |
59 | 40 | "indirectdraw/ground",
|
| 41 | + "indirectdraw/indirectdraw", |
60 | 42 | "indirectdraw/skysphere",
|
61 | 43 | "instancing/instancing",
|
62 | 44 | "instancing/planet",
|
63 | 45 | "instancing/starfield",
|
64 |
| - "texture3d", |
65 |
| - "texturecubemap/reflect", |
66 |
| - "texturecubemap/skybox", |
67 |
| - "renderheadless/triangle", |
68 |
| - "sphericalenvmapping/sem", |
69 |
| - "occlusionquery/simple", |
| 46 | + "multisampling/mesh", |
| 47 | + "multiview/multiview", |
| 48 | + "multiview/viewdisplay", |
| 49 | + "negativeviewportheight/quad", |
70 | 50 | "occlusionquery/mesh",
|
71 | 51 | "occlusionquery/occluder",
|
72 |
| - "computeheadless/headless", |
73 |
| - "debugprintf/toon", |
74 |
| - "pushdescriptors/cube", |
75 |
| - "descriptorbuffer/cube", |
76 |
| - "dynamicrendering/texture", |
77 |
| - "computeparticles/particle", |
78 |
| - "distancefieldfonts/bitmap", |
79 |
| - "distancefieldfonts/sdf", |
80 |
| - "conditionalrender/model", |
81 |
| - "textoverlay/text", |
82 |
| - "textoverlay/mesh", |
83 |
| - "shaderobjects/phong", |
84 |
| - "offscreen/quad", |
| 52 | + "occlusionquery/simple", |
85 | 53 | "offscreen/mirror",
|
86 | 54 | "offscreen/phong",
|
87 |
| - "debugutils/colorpass", |
88 |
| - "debugutils/postprocess", |
89 |
| - "debugutils/toon", |
90 |
| - "vertexattributes/scene", |
91 |
| - "multiview/multiview", |
92 |
| - "multiview/viewdisplay", |
93 |
| - "imgui/ui", |
94 |
| - "imgui/scene", |
95 |
| - "texturemipmapgen/texture", |
| 55 | + "offscreen/quad", |
| 56 | + "parallaxmapping/parallax", |
96 | 57 | "pbrbasic/pbr",
|
97 |
| - "vulkanscene/skybox", |
| 58 | + "pbribl/filtercube", |
| 59 | + "pbribl/genbrdflut", |
| 60 | + "pbribl/irradiancecube", |
| 61 | + "pbribl/pbribl", |
| 62 | + "pbribl/prefilterenvmap", |
| 63 | + "pbribl/skybox", |
| 64 | + "pipelines/phong", |
| 65 | + "pipelines/toon", |
| 66 | + "pipelines/wireframe", |
| 67 | + "pushconstants", |
| 68 | + "pushdescriptors/cube", |
| 69 | + "radialblur/colorpass", |
| 70 | + "radialblur/phongpass", |
| 71 | + "radialblur/radialblur", |
| 72 | + "renderheadless/triangle", |
| 73 | + "screenshot/mesh", |
| 74 | + "shaderobjects/phong", |
| 75 | + "shadowmapping/offscreen", |
| 76 | + "shadowmapping/quad", |
| 77 | + "shadowmapping/scene", |
| 78 | + "specializationconstants/uber", |
| 79 | + "sphericalenvmapping/sem", |
| 80 | + "ssao/blur", |
| 81 | + "ssao/composition", |
| 82 | + "ssao/fullscreen", |
| 83 | + "ssao/gbuffer", |
| 84 | + "ssao/ssao", |
| 85 | + "stencilbuffer/outline", |
| 86 | + "stencilbuffer/toon", |
| 87 | + "textoverlay/mesh", |
| 88 | + "textoverlay/text", |
| 89 | + "texture", |
| 90 | + "texture3d", |
| 91 | + "texturearray/instancing", |
| 92 | + "texturecubemap/reflect", |
| 93 | + "texturecubemap/skybox", |
| 94 | + "texturemipmapgen/texture", |
| 95 | + "triangle", |
| 96 | + "vertexattributes/scene", |
98 | 97 | "vulkanscene/logo",
|
99 | 98 | "vulkanscene/mesh",
|
| 99 | + "vulkanscene/skybox", |
100 | 100 | ]
|
101 | 101 |
|
102 | 102 | [workspace.package]
|
|
0 commit comments