You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia = "1.9"
FreeType = "4.1.0"
FreeTypeAbstraction = "0.10.0"
GLFW = "3.4.1"
ModernGL = "1.1.5"
CUDA = "4.2.0"
Also If you would like a full example I prepared docker container prepared for X server sharing using vs code dev containers
https://github.com/jakubMitura14/cudaDockerJulia.git
Data can be downloaded from https://drive.google.com/drive/folders/1HqEgzS8BV2c7xYNrZdEAnrHk7osJJ--2 - Task09
I will bundle data loading with docker if it will be more convenient for you
The text was updated successfully, but these errors were encountered:
Might be... How do you create the context? It's also possible to create a context which doesn't support the feature, even if your driver does...
You can have a look at the GLFW.Window constructor, which gives you the option to specify the desired OpenGL version
Hello I get
when invoking the validating function
I had read that in case of the C++ such issue can be resolved by adding
Hovewer I do not know how to approach it in Julia
I had build the Modern Gl with debug flag True
Enviroment
Ubuntu Nvida RTX 3080
julia = "1.9"
FreeType = "4.1.0"
FreeTypeAbstraction = "0.10.0"
GLFW = "3.4.1"
ModernGL = "1.1.5"
CUDA = "4.2.0"
Also If you would like a full example I prepared docker container prepared for X server sharing using vs code dev containers
The text was updated successfully, but these errors were encountered: