Removed old python build scripts, replaced with json example definition files
This commit is contained in:
parent
3064aef33c
commit
b5a733b502
10 changed files with 72 additions and 225 deletions
11
android/pipelines/example.json
Normal file
11
android/pipelines/example.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"apkname": "vulkanPipelines",
|
||||
"directories": {
|
||||
"shaders": "pipelines"
|
||||
},
|
||||
"assets": {
|
||||
"models": [
|
||||
"treasure_smooth.dae"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue