-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to OpenGL ES3 and WebGL2 #55
Labels
Comments
ensisoft
added a commit
that referenced
this issue
Sep 30, 2023
Upgrade from ES2 to ES3 and from WebGL1 to WebGL2. This change is needed in the long term for better rendering features such as: - Transform feedback for GPU based particle simulations. - Instanced rendering. - MSAA FBO. Issue #55
ensisoft
added a commit
that referenced
this issue
Sep 30, 2023
Upgrade from ES2 to ES3 and from WebGL1 to WebGL2. This change is needed in the long term for better rendering features such as: - Transform feedback for GPU based particle simulations. - Instanced rendering. - MSAA FBO. Issue #55
ensisoft
added a commit
that referenced
this issue
Sep 30, 2023
Upgrade from ES2 to ES3 and from WebGL1 to WebGL2. This change is needed in the long term for better rendering features such as: - Transform feedback for GPU based particle simulations. - Instanced rendering. - MSAA FBO. Issue #55 TODO: Upgrade the shaders from #version 100 to #version 300 es
ensisoft
added a commit
that referenced
this issue
Sep 30, 2023
Upgrade from ES2 to ES3 and from WebGL1 to WebGL2. This change is needed in the long term for better rendering features such as: - Transform feedback for GPU based particle simulations. - Instanced rendering. - MSAA FBO. Issue #55 TODO: Upgrade the shaders from #version 100 to #version 300 es
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current main objectives
The text was updated successfully, but these errors were encountered: