Skip to content

fix: Minor fixes to the constructors for some of the vulkan-cpp objects #29

fix: Minor fixes to the constructors for some of the vulkan-cpp objects

fix: Minor fixes to the constructors for some of the vulkan-cpp objects #29

Workflow file for this run

name: 🛠️ CI
on: [pull_request]
jobs:
clang-format:
uses: engine3d-dev/ci/.github/workflows/clang-format.yml@main
secrets: inherit
windows:
uses: engine3d-dev/ci/.github/workflows/windows.yml@main
with:
package_name: "vulkan-cpp"
version: "6.0"
secrets: inherit
linux:
uses: engine3d-dev/ci/.github/workflows/linux.yml@main
with:
package_name: "vulkan-cpp"
version: "6.0"
secrets: inherit
mac-armv8:
uses: engine3d-dev/ci/.github/workflows/mac.yml@main
with:
package_name: "vulkan-cpp"
version: "6.0"
secrets: inherit