naga 0.7.2

Shader translation infrastructure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: validation-windows
on:
  pull_request:
    paths:
      - 'tests/out/hlsl/*.hlsl'

jobs:
  validate-windows:
    name: HLSL
    runs-on: windows-latest
    steps:
      - uses: actions/checkout@v2
      - name: Add DirectXShaderCompiler
        uses: napokue/setup-dxc@v1.0.0
      - run: make validate-hlsl
        shell: sh