David Maas

Results 237 comments of David Maas

Just to give an extra data point, I was able to successfully build and run `example_glfw_wgpu` on Windows using @BrutPitt's instructions and https://github.com/google/dawn/commit/2a84206a294bdf5ac7f8d588fad4b6beb29fcf91. I've never worked with WebGPU on this...

This does not happen to my laptop (Windows 10 2004, single screen, 3240x2160, 200% DPI) which suggests it probably has to do with mixed DPI setups. (Maybe Avalonia is using...

I'm a little late to the conversation, but something that stands out to me is that a lot of the reasons for omitting discussion support revolved around a human using...

@utmcontent Please don't derail threads with unrelated questions. There is no firm timeline, but [not until 2.0 at the soonest](https://github.com/ocornut/imgui/wiki/Upcoming-Changes#docking).

A few things: 1. Instead of always setting the main viewport as the parent, this should honor `ParentViewportID` (see `imgui_impl_win32` as an example.) 2. The disclaimer about `ParentViewportID` at the...

> My Dx12 renderer creates two(Num Frames In Flight) gpu visible descriptor heaps. > Descriptors are allocated as a growing continues list. > At the end of the frame heaps...

> VS2015 and VS2019 "Release" build are inlining a dumb version when intrinsic are enabled.... This got me curious so I did a little digging. Short version: Turns out Microsoft...