-
Notifications
You must be signed in to change notification settings - Fork 42
/
.gitignore
53 lines (53 loc) · 1.94 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
build
CMakeLists.txt.user
/libs/**
/3rdparty/include/**
/3rdparty/libs/**
/resources.md
/resources/gltf/FlightHelmet.bin
/resources/gltf/FlightHelmet.gltf
/resources/gltf/GearboxAssy.gltf
/resources/gltf/GearboxAssy0.bin
/3rdparty/src/Vulkan-ValidationLayers/
/scripts/py_modules/**
/scripts/*.pyc
/apps/hello_world/resources/images/normals.ktx
/apps/test_dependency_tracker/CMakeLists.txt
/apps/test_dependency_tracker/main.cpp
/apps/test_dependency_tracker/test_dependency/CMakeLists.txt
/apps/test_dependency_tracker/test_dependency/test_dependency.cpp
/apps/test_dependency_tracker/test_dependency/test_dependency.h
/apps/examples/hello_world/resources/images/earthNormalMap_8k-sobel.tga
/apps/examples/hello_world/resources/images/earth_city_lights_8192_rs.png
/apps/examples/hello_world/resources/images/storm_clouds_8k.jpg
/apps/examples/hello_world/resources/shaders/sun.frag
/apps/examples/hello_world/resources/shaders/sun.vert
CMakeLists.txt.user.*
/apps/dev/test_setup_pass/CMakeLists.txt
/apps/dev/test_setup_pass/main.cpp
/apps/dev/test_setup_pass/test_setup_pass_app/CMakeLists.txt
/apps/dev/test_setup_pass/test_setup_pass_app/test_setup_pass_app.cpp
/apps/dev/test_setup_pass/test_setup_pass_app/test_setup_pass_app.h
/3rdparty/src/cgltf/
/3rdparty/src/jsmn/
/resources/fonts/EBGaramond-Bold.ttf
/resources/fonts/EBGaramond-Italic.ttf
/resources/fonts/IBMPlexSans-Text.ttf
/resources/shaders/gaussian_blur.frag
/resources/shaders/rgb_blit.frag
/resources/shaders/rgb_blit_combine.frag
/apps/dev/
/meta
/scripts/build.log
/scripts/run.log
/scripts/screenshots/*/**
/scripts/screenshots/**
/resources/shaders/khronos-shaders/*
/apps/.gitignore
/apps/examples/*/screenshot.png
**/.vs/**/*
apps/examples/hello_world/resources/images/earth_clouds.jpg
apps/examples/hello_world/resources/images/images.tar.gz
apps/examples/hello_world/resources/images/white.tga
apps/examples/hello_world/resources/images/world_winter.jpg
/apps/examples/exr_decode_example/resources/images