mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
17 lines
343 B
JSON
17 lines
343 B
JSON
{
|
|
"passes" : [{
|
|
"shader" : "../../shaders/model_shader.json",
|
|
"state_block" : {
|
|
"capabilities_state" : {
|
|
"depth_test" : true
|
|
}
|
|
}
|
|
}],
|
|
"property_block" : {
|
|
"samplers" : [{
|
|
"name" : "u_texture",
|
|
"texture" : "gnome.png"
|
|
}]
|
|
}
|
|
}
|