[Feature] Add custom build flags (like custom OpenGL version...)
See original GitHub issueBefore submitting a new issue, please verify and check:
- The issue is specific to Raylib-cs and not raylib
- I checked there is no similar issue already reported
- My code has no errors or misuse of Raylib-cs
Issue description
I would love to see this feature in Raylib-cs, then we would have ANGLE support and it would possible to run a new or older version of OpenGL.
public static void SetOpenGLVersion(GlVersion version) {
// Impliment it here
// I would suggest doing a variable in the build that can be changed with code, so we can switch the Raylib.dll with the right OpenGL version.
}
Environment
OpenGL
Issue Analytics
- State:
- Created 2 months ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Adding global compile flags in CMake - c++
I tried a couple alternative methods, but nothing. What could be causing the issue? cmake_minimum_required(VERSION 3.1) project(PBS) set( ...
Read more >Ability to add Custom build flags. · Issue #2934
I would like to see this implemented as the ARM platform is very dependent on build optimizations to make fast applications, compared to...
Read more >Build an OpenGL ES environment
Build an OpenGL ES environment · Declare OpenGL ES use in the manifest · Create an activity for OpenGL ES graphics · Build...
Read more >OpenCV configuration options reference
CMAKE_BUILD_TYPE option can be used to enable debug build; resulting binaries will contain debug symbols and most of compiler optimizations will be turned...
Read more >Core Language (GLSL) - OpenGL Wiki
The OpenGL Shading Language is a C-style language, so it covers most of the features you would expect with such a language.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MrScautHD Have a look at the SQLite, SQLitePCL, & SQLitePCLRaw Nuget Packages
So… How you want ro implement it?