Note on separate asset pack [skip ci]

This commit is contained in:
saschawillems 2017-04-22 12:23:45 +02:00
parent 566da6083b
commit 265e05bcbd
3 changed files with 3 additions and 3 deletions

2
data/README.md vendored
View file

@ -9,7 +9,7 @@ Examples that require assets from this pack will have a note in the header:
/* /*
* Vulkan Example * Vulkan Example
* *
* Note: Requires the separate (HDR) asset pack (see data/textures/hdr/README.md) * Note: Requires the separate asset pack (see data/README.md)
* *
*/ */
``` ```

View file

@ -1,7 +1,7 @@
/* /*
* Vulkan Example - HDR * Vulkan Example - HDR
* *
* Note: Requires the separate (HDR) asset pack (see data/textures/hdr/README.md) * Note: Requires the separate asset pack (see data/README.md)
* *
* Copyright (C) 2016-2017 by Sascha Willems - www.saschawillems.de * Copyright (C) 2016-2017 by Sascha Willems - www.saschawillems.de
* *

View file

@ -1,7 +1,7 @@
/* /*
* Vulkan Example - Physical based rendering with image based lighting * Vulkan Example - Physical based rendering with image based lighting
* *
* Note: Requires the separate (HDR) asset pack (see data/textures/hdr/README.md) * Note: Requires the separate asset pack (see data/README.md)
* *
* Copyright (C) 2016-2017 by Sascha Willems - www.saschawillems.de * Copyright (C) 2016-2017 by Sascha Willems - www.saschawillems.de
* *