Skip to content

fix: buffer upload for texture #415

fix: buffer upload for texture

fix: buffer upload for texture #415

Workflow file for this run

name: Visual Tests (Pull Request)
on:
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Project
uses: ./.github/actions/setup
- name: Test Project
uses: ./.github/actions/unit
with:
type: 'Visuals'