Watch
2
0
Fork
You've already forked raylib-cs
0

Update Desktop to OpenGL 4.3

This commit is contained in:
MrScautHD 2024-01-06 11:48:22 +01:00
commit e2a6113f95

View file

@ -123,7 +123,9 @@ jobs:
-B build \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF
-D BUILD_EXAMPLES=OFF \
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
-D GRAPHICS=GRAPHICS_API_OPENGL_43
cmake --build build --config Release
- name: upload build
@ -156,7 +158,9 @@ jobs:
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_OSX_ARCHITECTURES=${{ matrix.arch }} \
-D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF
-D BUILD_EXAMPLES=OFF \
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
-D GRAPHICS=GRAPHICS_API_OPENGL_43
cmake --build build --config Release
- name: upload build
@ -190,7 +194,9 @@ jobs:
-B build \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=OFF
-D BUILD_EXAMPLES=OFF \
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
-D GRAPHICS=GRAPHICS_API_OPENGL_43
cmake --build build --config Release
- name: upload build