Skip to content

Commit

Permalink
build: update submodule "pr_prosper_vulkan"
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Dec 9, 2024
1 parent 5ec7288 commit ee228b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def execbuildscript(filepath):
if with_essential_client_modules:
add_pragma_module(
name="pr_prosper_vulkan",
commitSha="38469c3e5c6f7cad49a30665cd2d7ba2aa1b2487",
commitSha="de78273e503e77054d45f57aaab3d38562ffe496",
repositoryUrl="https://github.com/Silverlan/pr_prosper_vulkan.git"
)

Expand Down
2 changes: 1 addition & 1 deletion build_scripts/scripts/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
get_submodule("pr_audio_dummy","https://github.com/Silverlan/pr_audio_dummy.git","1a806a1a7b2283bd8551d07e4f1d680499f68b90")
get_submodule("pr_curl","https://github.com/Silverlan/pr_curl.git","974c67cc76710809a9595fcfbc4167554799cd7f")
get_submodule("pr_prosper_opengl","https://github.com/Silverlan/pr_prosper_opengl.git","9cf6bc0b8b26cbd044c2e202dc9be57cc87e7e1b")
get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","38469c3e5c6f7cad49a30665cd2d7ba2aa1b2487")
get_submodule("pr_prosper_vulkan","https://github.com/Silverlan/pr_prosper_vulkan.git","de78273e503e77054d45f57aaab3d38562ffe496")

os.chdir(curDir)

0 comments on commit ee228b5

Please sign in to comment.