Skip to content

Proposal: Allow use of WGPU_BUFFER_BINDING_LAYOUT_INIT/etc for defaulting #400

Proposal: Allow use of WGPU_BUFFER_BINDING_LAYOUT_INIT/etc for defaulting

Proposal: Allow use of WGPU_BUFFER_BINDING_LAYOUT_INIT/etc for defaulting #400

Workflow file for this run

name: compile
on:
pull_request:
jobs:
compile-gcc-clang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
cd "${{ github.workspace }}/tests/compile"
make
compile-msvc:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- name: Build something requiring CL.EXE
run: |
cd "${{ github.workspace }}/tests/compile/windows"
nmake