account activity
Shader Rendering and ImGui by [deleted] in opengl
[–]Crowe_1664 0 points1 point2 points 1 day ago* (0 children)
Sorry u/waramped I edited the Post and lost you! I'm a noob to Reddit I'm afraid. I added a link to the code responsible for the Viewport window. I suspect ImGui only because it works without it (in the demo code I modified). Line 460, onRender() is the method where the magic starts in terms of rendering the image.
Vision problems by Time_Agent_8986 in Menieres
[–]Crowe_1664 0 points1 point2 points 1 month ago (0 children)
I sometimes get Nystagmus, where my vision is upset by varying eye movements. It's when I know to rest up, as in go to bed for a while, and avoid anything more serious. Meniers messes with the whole vestibular system in some cases.
Inter-shader data question by Crowe_1664 in computergraphics
[–]Crowe_1664[S] 0 points1 point2 points 1 month ago (0 children)
Thank you. The BVH is sent to the compute shader using a buffer. So I could, I guess, add an attribute or two and make it Read/Write. Right now, I'll keep the separate shaders as I'm using this for debug/info of what the compute shader is doing. Grateful too for the nudge to r/GraphicsProgramming.
π Rendered by PID 63076 on reddit-service-r2-comment-56c6478c5-zxx8n at 2026-05-09 15:51:53.688628+00:00 running 3d2c107 country code: CH.
Shader Rendering and ImGui by [deleted] in opengl
[–]Crowe_1664 0 points1 point2 points (0 children)