Fixed Android Texturecube shader directory
The app was crashing because it was failing to grab the `shaders/texturecubemap/skybox.vert.spv` asset because it was never getting included in the build
This commit is contained in:
parent
983c5d95da
commit
833086e7d2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"apkname": "vulkanTexturecubemap",
|
"apkname": "vulkanTexturecubemap",
|
||||||
"directories": {
|
"directories": {
|
||||||
"shaders": "cubemap"
|
"shaders": "texturecubemap"
|
||||||
},
|
},
|
||||||
"assets": {
|
"assets": {
|
||||||
"models": [
|
"models": [
|
||||||
|
|
@ -16,4 +16,4 @@
|
||||||
"cubemap_yokohama_astc_8x8_unorm.ktx"
|
"cubemap_yokohama_astc_8x8_unorm.ktx"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue