Removed old python build scripts, replaced with json example definition files
This commit is contained in:
parent
6218942a19
commit
e0d2fd5ff4
87 changed files with 655 additions and 2025 deletions
13
android/imgui/example.json
Normal file
13
android/imgui/example.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"apkname": "vulkanImGui",
|
||||
"directories": {
|
||||
"shaders": "imgui"
|
||||
},
|
||||
"assets": {
|
||||
"models": [
|
||||
"vulkanscenemodels.dae",
|
||||
"vulkanscenebackground.dae",
|
||||
"vulkanscenelogos.dae"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue