Examples: Apple + Metal4: add example (#9466, #9451)

+ Amend edit to EXAMPLES.md, comment build.xml
This commit is contained in:
Jonathan Hoffstadt
2026-07-08 10:14:55 -05:00
committed by ocornut
parent 68fce9f3bd
commit 62399b5bfe
11 changed files with 1141 additions and 3 deletions

View File

@@ -593,6 +593,10 @@ jobs:
run: xcodebuild -project examples/example_apple_metal/example_apple_metal.xcodeproj -target example_apple_metal_macos
if: github.event_name == 'workflow_run'
#- name: Build macOS example_apple_metal4
# run: xcodebuild -project examples/example_apple_metal4/example_apple_metal4.xcodeproj -target example_apple_metal_macos
# if: github.event_name == 'workflow_run'
- name: Build macOS example_apple_opengl2
run: xcodebuild -project examples/example_apple_opengl2/example_apple_opengl2.xcodeproj -target example_osx_opengl2
if: github.event_name == 'workflow_run'