49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"boundedEevee": {
|
|
"target": "WEB_LOCAL_BOUNDED",
|
|
"status": "READY",
|
|
"capability": "WEB_REALTIME_BOUNDED",
|
|
"reason": "BOUNDED_EEVEE"
|
|
},
|
|
"cycles": {
|
|
"target": "SERVER_JOB",
|
|
"withoutEndpoint": {
|
|
"status": "BLOCKED",
|
|
"code": "SERVER_JOB_UNAVAILABLE",
|
|
"reason": "CYCLES_REQUIRES_SERVER"
|
|
},
|
|
"withEndpoint": {
|
|
"status": "READY",
|
|
"capability": "CYCLES_SERVER_RENDER"
|
|
}
|
|
},
|
|
"complexEevee": {
|
|
"target": "SERVER_JOB",
|
|
"withoutEndpoint": {
|
|
"status": "BLOCKED",
|
|
"code": "SERVER_JOB_UNAVAILABLE",
|
|
"reason": "COMPLEX_EEVEE_REQUIRES_SERVER"
|
|
}
|
|
},
|
|
"hardware": {
|
|
"target": "SERVER_JOB",
|
|
"withoutEndpoint": {
|
|
"status": "BLOCKED",
|
|
"code": "SERVER_JOB_UNAVAILABLE",
|
|
"reason": "HARDWARE_BACKEND_REQUIRES_SERVER"
|
|
}
|
|
},
|
|
"webgpu": {
|
|
"target": "WEB_LOCAL_BOUNDED",
|
|
"status": "BLOCKED",
|
|
"code": "WEBGPU_RENDERER_UNAVAILABLE"
|
|
},
|
|
"unknownEngine": {
|
|
"target": "SERVER_JOB",
|
|
"status": "BLOCKED",
|
|
"capability": "UNSUPPORTED_RENDER_ENGINE",
|
|
"code": "PLATFORM_CAPABILITY_UNAVAILABLE"
|
|
}
|
|
}
|