Examples: Apple+OpenGL3: added new example.

This commit is contained in:
ocornut
2026-08-06 23:10:56 +02:00
parent 70e60a3c4c
commit 5b6e19bb50
7 changed files with 625 additions and 2 deletions

View File

@@ -601,6 +601,10 @@ jobs:
run: xcodebuild -project examples/example_apple_opengl2/example_apple_opengl2.xcodeproj -target example_osx_opengl2
if: github.event_name == 'workflow_run'
- name: Build macOS example_apple_opengl3
run: xcodebuild -project examples/example_apple_opengl3/example_apple_opengl3.xcodeproj -target example_osx_opengl3
if: github.event_name == 'workflow_run'
Build-iOS:
runs-on: macos-14
name: Build - iOS