Skip to content

Commit f543336

Browse files
rename submodule
1 parent f6146c9 commit f543336

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
path = sys/Vulkan-Headers
33
url = https://github.com/KhronosGroup/Vulkan-Headers.git
44
update = none
5-
[submodule "Neural-graphics-sdk-for-game-engines"]
6-
path = sys/Neural-graphics-sdk-for-game-engines
5+
[submodule "ngsdk"]
6+
path = sys/ngsdk
77
url = https://github.com/arm/neural-graphics-sdk-for-game-engines
88
update = none

api_gen/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::{cell::RefCell, fs::File, io::Write, path::Path, rc::Rc};
33
use heck::ToShoutySnekCase;
44

55
fn main() {
6-
let api_dir = Path::new("sys/Neural-graphics-sdk-for-game-engines/ffx-api/");
6+
let api_dir = Path::new("sys/ngsdk/ffx-api/");
77
let vk_include_dir = Path::new("sys/Vulkan-Headers/include");
88

99
generate_api_bindings(api_dir, vk_include_dir);

0 commit comments

Comments
 (0)