-
Notifications
You must be signed in to change notification settings - Fork 38
/
.gitignore
63 lines (63 loc) · 1.35 KB
/
.gitignore
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
54
55
56
57
58
59
60
61
62
63
CMakeCache.txt
CMakeLists.txt.user
CMakeFiles/
Testing/
cmake_install.cmake
Makefile
scripts/__pycache__
*.so
*.so.*
_out64
out32/*
out64/*
*.pyc
*.vcproj
*.sln
*.suo
*.vcxproj
*.sdf
*.filters
.*.swp
build
build32
dbuild
rbuild
build-android/external
*.config
*.creator
*.creator.user
*.user
*.autosave
*.files
*.includes
.vscode/
helper.cmake
Vulkan-Headers/
Vulkan-Tools/
external/
profiles/test/data/VP_LUNARG_test_host_image_copy.json
profiles/test/data/VP_LUNARG_test_generated_name.json
profiles/test/data/VP_LUNARG_test_api_generated.json
profiles/test/data/VP_LUNARG_test_combine_intersect.json
profiles/test/data/VP_LUNARG_test_combine_union.json
profiles/test/data/VP_LUNARG_desktop_max_2024.json
profiles/VP_KHR_roadmap.json
profiles/VP_LUNARG_desktop_baseline.json
profiles/VP_LUNARG_desktop_baseline_2022.json
profiles/VP_LUNARG_desktop_baseline_2023.json
profiles/VP_LUNARG_desktop_baseline_2024.json
PROFILES.md
PROFILES_ALL.md
PROFILES_ANDROID.md
schema/profiles-0.8-latest.json
library/include/
library/source/
library/include/vulkan/vulkan_profiles.h
library/include/vulkan/vulkan_profiles.hpp
library/include/vulkan/debug/vulkan_profiles.h
library/include/vulkan/debug/vulkan_profiles.hpp
library/source/vulkan_profiles.cpp
library/source/debug/vulkan_profiles.cpp
library/test/test_vulkan_profiles*
layer/profiles_generated.cpp
layer/tests/tests_generated.cpp