Skip to content

Add texture_and_sampler_let language feature. #517

Add texture_and_sampler_let language feature.

Add texture_and_sampler_let language feature. #517

Workflow file for this run

name: gen-check
on:
pull_request:
jobs:
gen-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.21.0'
- run: |
cd "${{ github.workspace }}"
make gen-check