| # RUN: not yaml2obj %s 2>&1 | FileCheck %s | |
| # CHECK: error: Specified RootParametersOffset does not match required value: 24. | |
| --- !dxcontainer | |
| Header: | |
| Hash: [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, | |
| 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ] | |
| Version: | |
| Major: 1 | |
| Minor: 0 | |
| PartCount: 1 | |
| PartOffsets: [ 60 ] | |
| Parts: | |
| - Name: RTS0 | |
| Size: 24 | |
| RootSignature: | |
| Version: 2 | |
| NumRootParameters: 0 | |
| RootParametersOffset: 36 | |
| NumStaticSamplers: 0 | |
| StaticSamplersOffset: 24 | |
| Parameters: [] |