36 lines · yaml
1# RUN: yaml2obj %s | obj2yaml | FileCheck %s2 3--- !dxcontainer4Header:5 Hash: [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 6 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ]7 Version:8 Major: 19 Minor: 010 PartCount: 111 PartOffsets: [ 60 ]12Parts:13 - Name: RTS014 Size: 2415 RootSignature:16 Version: 217 NumRootParameters: 018 RootParametersOffset: 2419 NumStaticSamplers: 020 StaticSamplersOffset: 2421 Parameters: []22 AllowInputAssemblerInputLayout: true23 DenyGeometryShaderRootAccess: true24 25# CHECK: - Name: RTS026# CHECK-NEXT: Size: 2427# CHECK-NEXT: RootSignature:28# CHECK-NEXT: Version: 229# CHECK-NEXT: NumRootParameters: 030# CHECK-NEXT: RootParametersOffset: 2431# CHECK-NEXT: NumStaticSamplers: 032# CHECK-NEXT: StaticSamplersOffset: 2433# CHECK-NEXT: Parameters: []34# CHECK-NEXT: AllowInputAssemblerInputLayout: true35# CHECK-NEXT: DenyGeometryShaderRootAccess: true36