procedural-3d-engine/android/texturecubemap/example.json
Spencer 833086e7d2
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
2018-04-13 21:38:43 -05:00

19 lines
376 B
JSON

{
"apkname": "vulkanTexturecubemap",
"directories": {
"shaders": "texturecubemap"
},
"assets": {
"models": [
"sphere.obj",
"teapot.dae",
"torusknot.obj",
"cube.obj"
],
"textures": [
"cubemap_yokohama_bc3_unorm.ktx",
"cubemap_yokohama_etc2_unorm.ktx",
"cubemap_yokohama_astc_8x8_unorm.ktx"
]
}
}