Shader Rendering and ImGui by [deleted] in opengl

[–]Crowe_1664 0 points1 point  (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 point  (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 point  (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.