ログ取得
dx12_get_logRetrieves the last N lines from the engine log to debug errors and print statements.
Instructions
エンジンログの末尾 N 行を配列で返す。エラーや print() の確認に使う。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | 取得行数(既定 50)。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | エンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。 |