NPatch

Results 7 issues of NPatch

Due to the nature of ListViews, rendering should only happen for the ones that are visible. So you only need to worry about keeping the overall mem footprint low due...

Basically,you've used size_t to cache the sizeof values but glVertexAttribPointer needs GLsizei which means a downcast meaning possible loss of data.So we get this "warning C4267: 'function' : conversion from...

bug

There are two issues with the package currently. 1) In newer versions AnimationRetargetingData does not persist when manipulated by the EditorWindow (#1) 2) Newer Unity versions have converted to UI...

Context: https://github.com/hardcodet/wpf-notifyicon/issues/79 Didn't see any contribution instructions, so I just changed it in develop. Is this ok?

Hi, I got a heightmap, in which I understand, the URL lat/long to be for the center pixel. I'd like to sample the rest of the pixels given some projected...

Opening the solution in VS leaves a ton of working changes that could be mostly avoided. How about we add a gitignore for the unneeded stuff like: ```gitignore .vs Debug...

First noticed it in the latest bgfx. Happens in the ImGuizmo example as well. In bgfx it's less noticeable than the ImGuizmo example. It only breaks when the camera does...