Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
BreakBeforeTernaryOperators: 'false'
BreakConstructorInitializersBeforeComma: 'true'
ColumnLimit: '120'
ColumnLimit: '80'
ConstructorInitializerAllOnOneLineOrOnePerLine: 'false'
Cpp11BracedListStyle: 'true'
IndentCaseLabels: 'true'
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ bin_x64/
build*/
.cache/
.vscode/
.clangd
*.code-workspace
log_nvprosample.txt
ucode.bin
Expand All @@ -15,4 +16,5 @@ ucode.elf
zbsgfxpack.lua
_install
downloaded_resources/
camera_paths.json
camera_paths.json
screenshot.png
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "nvpro_core"]
path = nvpro_core
url = https://github.com/nvpro-samples/nvpro_core.git
[submodule "nv_cluster_lod_builder"]
path = nv_cluster_lod_builder
url = https://github.com/pknowles/nv_cluster_lod_builder.git
url = ../nv_cluster_lod_builder.git
[submodule "vulkan_objects"]
path = vulkan_objects
url = ../vulkan_objects.git
Loading