Laura Streisky

Results 10 comments of Laura Streisky

![image](https://github.com/ocornut/imgui/assets/113054610/4c94e326-7924-4db0-9fce-79029df16d93) I seem to have fixed the core rendering issue, I didn't set the stream source correctly. Now I have to find an alternative to SetScissorRect, to fix the clipping,...

> As an alternative, you can set the render viewport and a properly configured projection matrix. ![image](https://github.com/ocornut/imgui/assets/113054610/fd2b9a88-17aa-44e3-994a-64eb14744b92) ![image](https://github.com/ocornut/imgui/assets/113054610/46439289-3012-440e-ac94-bb1aae127445) I've been trying with clip it using the viewport, didn't quite work...

I reset the viewport after calling DrawIndexedPrimitive, but I didn't adjust the matrix as I don't know how to.

I'll try out using clip planes later today.

I have not worked on this for a while no. But you're welcome to try it out, I'll upload the latest zip of my dx8 port later this week when...

hiya, and updates so far?

> The fix appears to be working, but the server is down right now so I can't test it 100%. the servers appeared to have come back online btw

I'm running Windows 11 22H2 and my VM was running Windows 10 2004, both 64-bit. I'll upload the crash dumps later today if it generated any. I tried VS2010 and...

[devenv.exe.46640.dmp](https://github.com/dlang/visuald/files/13822856/devenv.exe.46640.dmp) this is the crash dump that was written by VS at %LocalAppData%\CrashDumps

I've tried updating to premake5 beta7 and now during generation I get warned that msc-v143 is not support for makefiles but the bug still persists. I assume it has to...