-
Note that it should not be a replacement for existing OpenGL renderer, but another renderer.
xrRender_VK:
- [ ] HW
- [ ] Backend
- [ ] Resources management (textures, SH_RT, SH_Atomic etc)
- [ …
-
-
I just finished putting together a WebGL animation that was presented at a local conference: http://run.south.im. I took a shot at making it without using three.js which lead to a lot of confusion at …
-
When the web application is run on the system, there's some lag sometime possibly due to 3D content and the GLSL shaders involved. We are looking to optimize this load time and increase overall web ap…
-
Why no GLSL shaders in DesThree? Very sad.
-
I suggest adding glsl shaders support.
ghost updated
12 years ago
-
For some reason I cannot get some of GLSL shaders, that work e.g. some other Dosbox ports, working. Either the shader does nothing or the screen remains completely black. This could be of course due t…
-
```
While the Blender built-in glsl system may be clunky to port over, the ability
of having custom shaders is really important in my opinion.
In Blender/BGE the better reference to use is the work …
-
```
While the Blender built-in glsl system may be clunky to port over, the ability
of having custom shaders is really important in my opinion.
In Blender/BGE the better reference to use is the work …
-
### Description
Currently in Code Editor 2, there are no Language Services provided for Shader Assets as there is no LSP capable server distributed to handle these source files. Either a 3rd party …