armory/Assets/deferred_material.json
2016-02-08 12:03:20 +01:00

17 lines
393 B
JSON

{
"material_resources": [
{
"id": "material_deferred",
"shader": "deferred_pass_resource/deferred_pass",
"cast_shadow": true,
"contexts": [
{
"id": "deferred_pass",
"bind_constants": [],
"bind_textures": []
}
]
}
]
}