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

Update Desktop to OpenGL 4.3 (#217)

Update Desktop to OpenGL 4.3 for linux and windows platforms
This commit is contained in:
MrScautHD 2024-01-06 13:52:18 +01:00 committed by GitHub
commit 269b6fe67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
@ -190,7 +192,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