Vulkan: Added R5_G6_B5_UNORM to supported readback formats (#1430) #1834
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: Build check | |
on: | |
pull_request: | |
paths-ignore: | |
- "*.md" | |
types: | |
- opened | |
- synchronize | |
- reopened | |
push: | |
paths-ignore: | |
- "*.md" | |
branches: | |
- main | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml |