mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"shader": "mx_pbr",
|
|
"system": "materialx",
|
|
"material": "pbr",
|
|
"entry": {
|
|
"vertex": "shader/mx_pbr.vs",
|
|
"fragment": "shader/mx_pbr.fs"
|
|
},
|
|
"bindings": {
|
|
"albedo": "PARAM_COLOR_0",
|
|
"emission": "PARAM_COLOR_1"
|
|
}
|
|
}
|