Skip to content

Remove index indirection. Use binary metal/diffuse. Import changes fr… #6

Remove index indirection. Use binary metal/diffuse. Import changes fr…

Remove index indirection. Use binary metal/diffuse. Import changes fr… #6

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: sudo apt install -y libglm-dev
- name: make
run: make all