Skip to content

GL_ARB_texture_non_power_of_twoに対応したコードを追加 #57

GL_ARB_texture_non_power_of_twoに対応したコードを追加

GL_ARB_texture_non_power_of_twoに対応したコードを追加 #57

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- uses: szenius/[email protected]
with:
timezoneWindows: "Tokyo Standard Time"
- name: build and test
run: |
dotnet build
dotnet test