When i try to change ContextSettings, there is no compilation error but when i open the executable,
Warning: The created OpenGL context does not fully meet the settings that were requested
Requested: version = 4.5 ; depth bits = 24 ; stencil bits = 8 ; AA level = 4 ; core = false ; debug = false
Created: version = 3.3 ; depth bits = 24 ; stencil bits = 8 ; AA level = 4 ; core = true ; debug = false
It gives this warning. Is there any way for using 4.5 instead of 3.3?