Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

samplers, clearing framebuffer #10

samplers, clearing framebuffer

samplers, clearing framebuffer #10

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: sudo apt-get install libglfw3 libglfw3-dev libvulkan1 libvulkan-dev
- name: make linux-vulkan
run: make linux-vulkan