Use the correct size when initializing the colored tris index buffer #317
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows (HL, Direct3D 11) | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Get DLC | |
run: .\get_dlc.bat | |
- name: Get Node.js | |
run: git clone https://github.com/Kode/nodejs_bin.git --depth 1 | |
- name: Compile | |
run: .\nodejs_bin\node.exe make.js windows-hl -v vs2022 -g direct3d11 --kha . --from Tests/Empty --compile |