Skip to content

[graphics] Refactoring: Use vector for swapchain images and framebuffers #1325

[graphics] Refactoring: Use vector for swapchain images and framebuffers

[graphics] Refactoring: Use vector for swapchain images and framebuffers #1325

Workflow file for this run

name: Lint
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: check
run: ./check.sh
shell: bash