2017-06-17 11:31:28 +02:00
|
|
|
{
|
|
|
|
|
"apkname": "vulkanTexturecubemap",
|
|
|
|
|
"directories": {
|
2018-04-13 21:38:43 -05:00
|
|
|
"shaders": "texturecubemap"
|
2017-06-17 11:31:28 +02:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
2018-04-13 21:38:43 -05:00
|
|
|
}
|