Skip to content

Commit 0b3f834

Browse files
committed
Added assets as submodule
1 parent ed8be7e commit 0b3f834

File tree

4 files changed

+7
-18
lines changed

4 files changed

+7
-18
lines changed

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[submodule "external/glm"]
22
path = external/glm
33
url = https://github.com/g-truc/glm
4+
[submodule "assets"]
5+
path = assets
6+
url = https://github.com/SaschaWillems/Vulkan-Assets
7+
branch = main

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can find this repository at https://github.com/KhronosGroup/Vulkan-Samples
3939
As I've been involved with getting the official repository up and running, I'll be mostly contributing to that repository from now, but may still add samples that don't fit there in here and I'll of course continue to maintain these samples.
4040

4141
## Cloning
42-
This repository contains submodules for external dependencies, so when doing a fresh clone you need to clone recursively:
42+
This repository contains submodules for external dependencies and assets, so when doing a fresh clone you need to clone recursively:
4343

4444
```
4545
git clone --recursive https://github.com/SaschaWillems/Vulkan.git
@@ -53,11 +53,8 @@ git submodule update
5353
```
5454

5555
## Assets
56-
Many examples require assets from the asset pack that is not part of this repository due to file size. A python script is included to download the asset pack that. Run
5756

58-
python download_assets.py
59-
60-
from the root of the repository after cloning or see [this](data/README.md) for manual download.
57+
**Important notice:** As of may 2023 assets have been moved to a [submodule](https://github.com/SaschaWillems/Vulkan-Assets). If you have cloned the repository before this date, you may need to initialize and update submodules. If you do a fresh clone, no action is required to get the assets.
6158

6259
## Building
6360

assets

Submodule assets added at cef63c5

data/README.md

-13
This file was deleted.

0 commit comments

Comments
 (0)