Skip to content

Added WebGL 2 and WebGPU support for color replacer shader #5

Added WebGL 2 and WebGPU support for color replacer shader

Added WebGL 2 and WebGPU support for color replacer shader #5

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Build Vue
on: [push]
jobs:
build_vue:
runs-on: ubuntu-latest
name: Build Vue
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- id: Build-Vue
uses: xRealNeon/VuePagesAction@1.0.1
with:
username: "ConstructFund"
reponame: "color-addon-generator"
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged