-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsrinc.json
More file actions
21 lines (21 loc) · 795 Bytes
/
srinc.json
File metadata and controls
21 lines (21 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"module_name": "Graphics",
"include": [
"src/Graphics/"
],
"exclude": [
"src/Graphics/Pipeline/Vulkan/X11SurfaceInit.cpp",
"src/Graphics/Window/EmscriptenWindow.cpp",
"src/Graphics/Window/Win32Window.cpp",
"src/Graphics/Window/X11Window.cpp",
"src/Graphics/Window/GLFWWindow.cpp",
"src/Graphics/Window/AndroidWindow.cpp",
"src/Graphics/Overlay/ImGuiOverlay.cpp",
"src/Graphics/Pipeline/WebGPU/WebGPUPipeline.cpp",
"src/Graphics/Pipeline/Vulkan/VulkanPipeline.cpp",
"src/Graphics/Pipeline/Vulkan/VulkanMemory.cpp",
"src/Graphics/Pipeline/Vulkan/VulkanKernel.cpp",
"src/Graphics/Pipeline/Vulkan/VulkanTracy.cpp",
"src/Graphics/Overlay/VulkanImGuiOverlay.cpp"
]
}