nidefawl

Results 8 comments of nidefawl

Is `CMT_MINGW_PATH` appended to the configuration environment only? Or is it also used for the Debug and Run environment? I use this toolchain: https://github.com/mstorsjo/llvm-mingw The only thing I need on...

> > Is `CMT_MINGW_PATH` appended to the configuration environment only? > > Or is it also used for the Debug and Run environment? > > Looking at the code, it...

The stencil strokes are bugged on the vulkan fork. It renders the path multliple times and does not apply correct stencil tests. Here is a fix https://github.com/nidefawl/nanovg_vulkan/commit/67f3a2595a97c3e122ef5de14bb022382dc8d076

I added a comment to your commit. Is the VAO all that is needed to enable context sharing? I would rather have nvgAddGlContext/nvgRemoveGlContext that sets up the VAO for the...

Oh, it seems like this was fixed before, but deemed no longer necessary. 🤨

I can't tell if the swapped red/green are due to a bug or not. But I get the same behavior with my OpenGL implementation. DX edges ![dx_edges_1x_color_det_high](https://cloud.githubusercontent.com/assets/637382/10721434/d68c447a-7ba3-11e5-9e65-4cca14cee576.png) OpenGL edges ![opengl_edges_1x_color_det_high](https://cloud.githubusercontent.com/assets/637382/10721440/e4a13b1a-7ba3-11e5-990b-366f9064e601.png)...

@mikesmiffy128 You could try running Process Monitor from Microsofts sysinternals tools to find out whats going on. You have to setup some filters to get rid of the noise, then...