mirror of
				https://github.com/raylib-cs/raylib-cs
				synced 2025-11-04 05:16:42 -05:00 
			
		
		
		
	Update Desktop to OpenGL 4.3 (#217)
Update Desktop to OpenGL 4.3 for linux and windows platforms
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -123,7 +123,9 @@ jobs:
 | 
				
			|||||||
            -B build \
 | 
					            -B build \
 | 
				
			||||||
            -D CMAKE_BUILD_TYPE=Release \
 | 
					            -D CMAKE_BUILD_TYPE=Release \
 | 
				
			||||||
            -D BUILD_SHARED_LIBS=ON \
 | 
					            -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
 | 
					          cmake --build build --config Release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: upload build
 | 
					      - name: upload build
 | 
				
			||||||
@@ -190,7 +192,9 @@ jobs:
 | 
				
			|||||||
            -B build \
 | 
					            -B build \
 | 
				
			||||||
            -D CMAKE_BUILD_TYPE=Release \
 | 
					            -D CMAKE_BUILD_TYPE=Release \
 | 
				
			||||||
            -D BUILD_SHARED_LIBS=ON \
 | 
					            -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
 | 
					          cmake --build build --config Release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: upload build
 | 
					      - name: upload build
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user